GNOME Bugzilla – Bug 454071
Epiphany crashes while updating adblock rules
Last modified: 2007-07-06 01:09:54 UTC
Steps to reproduce: 1. Open adblock editor UI 2. Switch to tab 'Filterset.G' 3. Click the update button Stack trace:
+ Trace 145973
Other information: Epiphany crashes, because the adblock plugin doesn't do sufficient error checking: if the patterns file can't be downloaded, adblock_pattern_rewrite_patterns() gets called with contents = NULL and later crashes, because NULL is dereferenced (line = *t++). I'm attaching a patch that should fix this.
Created attachment 91271 [details] [review] Check for errors
Bug is a duplicate of 452119Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 452119 ***