GNOME Bugzilla – Bug 731360
Added Missing Null Checks.
Last modified: 2014-07-14 13:03:52 UTC
Created attachment 278082 [details] [review] Added Some Missing Null Checks. Added two null checks in SAX2.c Adjusted one null check in HTMLparser.c. Otherwise, there will be NULL Pointer dereferrence Problem. Please apply attached patch.
Seems the patch had been commited to git already, though I noticed a missing return in the given patch. commited that last bit as a6ea72ad192f4209b5073e39358ce15f3f1dca4b thanks, Daniel