GNOME Bugzilla – Bug 681972
Fix uses of uninitialized memory
Last modified: 2012-08-16 19:40:19 UTC
* Most setters of a **error (such as g_set_error() and g_propagate_error() require and check that the GError pointer is NULL before setting). * Fix cases where a GError pointer was not initialized to NULL, and instead relied on the stack value that happened to be present.
Created attachment 221349 [details] [review] Fix uses of uninitialized memory
Review of attachment 221349 [details] [review]: wow, quite a few of these. ::: gui/libgdm/gdm-client.c @@ +1204,1 @@ this one is unnecessary.
Attachment 221349 [details] pushed as 9dd54ca - Fix uses of uninitialized memory