GNOME Bugzilla – Bug 707749
NULL pointer dereferenced in xmlregexp.c
Last modified: 2013-09-11 07:01:26 UTC
Created attachment 254447 [details] [review] Fixes for Null pointer dereference. Found some potential Null pointers being dereferenced. The parameters when compared against NULL, means they are NULL in false condition. But, In false condition if it is dereferenced, it will crash. Attached patch fixes such issues at 3 places.
Looks good, pushed, https://git.gnome.org/browse/libxml2/commit/?id=2671b013d88b381d8a9139ef85381234aafc5ce0 thanks ! Daniel