[Webkit-unassigned] [Bug 172797] New: Make sure we don't access WebCore::defaultPortForProtocol from non-main thread
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 31 20:57:34 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=172797
Bug ID: 172797
Summary: Make sure we don't access
WebCore::defaultPortForProtocol from non-main thread
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: bfulgham at webkit.org
Accessing WebCore::defaultPortForProtocol from multiple threads is not safe because of the static DefaultPortForProtocolMapForTesting HashMap.
Add an ASSERT to make sure we are not accessing this method from multiple threads.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170601/1810317d/attachment.html>
More information about the webkit-unassigned
mailing list