Comment 5 for bug 1530669

Revision history for this message
gue5t gue5t (gue5t) wrote :

The crash is caused by the adblock extension; line 262 of extensions/adblock/extension.vala indexes into "subdomains[cnt]" without verifying that the subdomains array actually contains cnt values. Should be a trivial fix. Thanks for the backtrace and bug report!