RESOLVED FIXED 150644
[Content Filtering] Crash when allowing a 0-byte resource to load
https://bugs.webkit.org/show_bug.cgi?id=150644
Summary [Content Filtering] Crash when allowing a 0-byte resource to load
Andy Estes
Reported 2015-10-28 16:46:58 PDT
[Content Filtering] Crash when allowing a 0-byte resource to load
Attachments
Patch (3.75 KB, patch)
2015-10-28 16:50 PDT, Andy Estes
darin: review+
Andy Estes
Comment 1 2015-10-28 16:47:53 PDT
Andy Estes
Comment 2 2015-10-28 16:50:54 PDT
Darin Adler
Comment 3 2015-10-28 16:56:41 PDT
Comment on attachment 264267 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=264267&action=review > Source/WebCore/loader/ContentFilter.cpp:262 > + if (const SharedBuffer* resourceBuffer = resource.resourceBuffer()) I’d use auto* here instead of const SharedBuffer*.
Andy Estes
Comment 4 2015-10-28 17:02:20 PDT
Note You need to log in before you can comment on or make changes to this bug.