WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andy Estes
Comment 1
2015-10-28 16:47:53 PDT
rdar://problem/23288538
Andy Estes
Comment 2
2015-10-28 16:50:54 PDT
Created
attachment 264267
[details]
Patch
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
Committed
r191706
: <
http://trac.webkit.org/changeset/191706
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug