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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 16 09:57:22 PDT 2018


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

--- Comment #22 from Chris Dumez <cdumez at apple.com> ---
(In reply to Michael Catanzaro from comment #21)
> Yeah, there are locks there, so I assume the problem is a missing lock
> somewhere else. I see is SchemeRegistry::allBuiltinSchemes can be called
> without a lock. That's my only guess.

It does look like builtinLocalURLSchemes() can be called from multiple thread and we're not locking from SchemeRegistry::allBuiltinSchemes().

-- 
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/f94b8b64/attachment.html>


More information about the webkit-unassigned mailing list