GNOME Bugzilla – Bug 686033
core: Don't crash with NULL options in _resolve()
Last modified: 2012-10-18 14:59:59 UTC
.
Created attachment 226333 [details] [review] core: Don't crash with NULL options in _resolve()
Created attachment 226616 [details] [review] core: Check valid options in operations
(In reply to comment #2) > Created an attachment (id=226616) [details] [review] > core: Check valid options in operations We need to check it in all operations. Also, we need to ensure the options are valid.
commit 52da21f5443079fb0d5d049c38e127925281802f Author: Juan A. Suarez Romero <jasuarez@igalia.com> Date: Wed Oct 17 09:11:05 2012 +0000 core: Check valid options in operations https://bugzilla.gnome.org/show_bug.cgi?id=686033 src/grl-source.c | 1 + 1 file changed, 1 insertion(+) Attachment 226616 [details] pushed as 52da21f - core: Check valid options in operations
Created attachment 226747 [details] [review] core: Check valid options in operations This is the right fix bug #686033, instead of commit 52da21f5443079f.
This is the fix for this bug. I commited a previous one by mistake..