GNOME Bugzilla – Bug 653119
Mageia has a check-pointer crash patch
Last modified: 2011-08-03 15:14:57 UTC
Created attachment 190383 [details] [review] gnome-shell-3.0.2-check-pointer.patch I noticed Mageia has a patch to fix a certain crash. Not sure if needed, filing so you're aware and perhaps it can be applied. Patch from: http://svnweb.mageia.org/packages/cauldron/gnome-shell/current/SOURCES/
Created attachment 190384 [details] [review] gnome-shell-3.0.2-check-pointer.patch
Patch is correct and makes sense to apply, I guess. They were clearly found because of some sort of automated check or added compiler warning since they won't *actually* help anything. What they do is fix a clean null-pointer-dereference crash if a small memory allocation fails inside Xlib. But if you are failing small memory allocations, then GLib will abort soon after anyways.
committed and pushed