[Webkit-unassigned] [Bug 195605] makeWeakPtr isn't thread-safe
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 11 22:27:46 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=195605
--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
Is this a problem with actual code right now? Can you provide an example? WeakPtr is normally not used across thread since you could check on one line that the weak pointer is not null and then dereference it on the next line, by which time your object may be dead already.
--
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/20190312/1c2de00d/attachment.html>
More information about the webkit-unassigned
mailing list