[Webkit-unassigned] [Bug 183197] [GTK] Crash in WTF::equalIgnoringASCIICaseCommon

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 16 09:48:34 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=183197

--- Comment #19 from Chris Dumez <cdumez at apple.com> ---
The issue is this:
m_canLoadLocalResources = isLocal();

in the SecurityOrigin constructor. isLocal() queries a global static map but SecurityOrigin objects get constructed on various 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/20180316/48a54c4b/attachment.html>


More information about the webkit-unassigned mailing list