[Webkit-unassigned] [Bug 55516] Possible data race on JSC::Yarr::Interpreter::interpret
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 2 09:07:57 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55516
--- Comment #3 from David Holloway <dhollowa at chromium.org> 2011-03-02 09:07:57 PST ---
On the Chrome side I believe this is being flagged as a *potential* race. But we serialize all access to RegularExpression::match() in the Browser process. And calls to RegularExpression::match() that happen in the Renderer process are in a separate *process*, so we should be ok.
Thanks for the feedback.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list