[Webkit-unassigned] [Bug 165192] New: Make ApplicationCacheHost::maybeLoadSynchronously more robust
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 30 03:37:06 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=165192
Bug ID: 165192
Summary: Make ApplicationCacheHost::maybeLoadSynchronously more
robust
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: youennf at gmail.com
In case out parameter "data" is not null and shouldLoadResourceFromApplicationCache returns false and resource is null, we might dereference a null pointer.
"data" out parameter cannot be null right now but we should not expect callers to always do that
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161130/164a849b/attachment.html>
More information about the webkit-unassigned
mailing list