Bug 150644

Summary: [Content Filtering] Crash when allowing a 0-byte resource to load
Product: WebKit Reporter: Andy Estes <aestes>
Component: New BugsAssignee: Andy Estes <aestes>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, beidson, commit-queue, darin, ddkilzer, japhet, kling
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

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.