GNOME Bugzilla – Bug 349847
Use of uninitialized GError in camel_imap_message_cache_new()
Last modified: 2013-09-14 16:49:24 UTC
An uninitialized GError is passed to g_dir_open() in camel_imap_message_cache_new(). GError pointers should be initialized to NULL before being passed to a function that may set it.
Created attachment 70164 [details] [review] Proposed patch for CVS HEAD
*** Bug 352289 has been marked as a duplicate of this bug. ***
Confirming: obvious bug, causing segfaults for me.
Created attachment 71375 [details] [review] Proposed patch Found another one in the calendar tests. This new patch takes care of both.
Fixed to HEAD.