[Webkit-unassigned] [Bug 172519] New: [WK2] Address thread safety issues with ResourceLoadStatistics
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 23 12:07:19 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=172519
Bug ID: 172519
Summary: [WK2] Address thread safety issues with
ResourceLoadStatistics
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bfulgham at webkit.org
The ResourceLoadStatistics object can get called from multiple threads, which is bad because HashTable does not support concurrent access.
This patch cleans up a few incorrect accesses, and adds assertions to help avoid this in the future.
--
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/20170523/ac9d8a1c/attachment.html>
More information about the webkit-unassigned
mailing list