GNOME Bugzilla – Bug 752406
egl-kms: append output after we know it is valid
Last modified: 2015-09-09 07:12:39 UTC
Created attachment 307451 [details] [review] Append output after we know it is not NULL When initializing display on egl-kms we append output before checking if it is NULL. It is wrong and can cause misbehavior. I'm quite sure it causes SIGSEV in https://bugzilla.redhat.com/show_bug.cgi?id=1200439 (but cannot reproduce it, so it's not a 100%)
User confirmed that the patch really fixes the segfault
Review of attachment 307451 [details] [review]: Looks obviously correct.
Seems fixed, so let's close it