[Webkit-unassigned] [Bug 194612] EnvironmentUtilities::stripValuesEndingWithString isn't thread-safe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 14 11:29:59 PST 2019


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

--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> ---
Are you saying that you see the fact that initializeThreading was called as a sign that any code could be running on a secondary thread? I don't think that is closely enough related to be relevant here.

There are always many threads running in any process, whether it calls initializeThreading or not. It's never safe for other threads to manipulate the environment, except for when the code is fully in control of the process (so maybe the dynamic linker could safely do something here).

Can you describe the specific scenario that you are concerned about? "Thread safe" has many different meanings, so it's rarely a good way to describe threading related requirements or issues.

-- 
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/20190214/26649e02/attachment-0001.html>


More information about the webkit-unassigned mailing list