GNOME Bugzilla – Bug 749887
Fix coverity bugs
Last modified: 2015-07-10 14:05:39 UTC
.
Created attachment 303987 [details] [review] pls: Avoid NULL dereference From coverity: libs/pls/grl-pls.c:624: var_deref_op: Dereferencing null pointer "valid_entries". valid_entries can be NULL, so check its value before using it in the debug output.
Created attachment 303988 [details] [review] examples: Don't use options uninitialised From coverity: grilo-0.2.12/examples/browsing-pls.c:119: uninit_use_in_call: Using uninitialized value "options" when calling "g_object_unref".
Created attachment 303989 [details] [review] grilo-test-ui: Fix possible uninitialised use From coverity: grilo-0.2.12/tools/grilo-test-ui/main.c:776:20: warning: 'next_op_id' may be used uninitialized in this function [-Wmaybe-uninitialized]
Attachment 303987 [details] pushed as 532b308 - pls: Avoid NULL dereference Attachment 303988 [details] pushed as f8e9945 - examples: Don't use options uninitialised Attachment 303989 [details] pushed as 4391c96 - grilo-test-ui: Fix possible uninitialised use