[Webkit-unassigned] [Bug 164864] REGRESSION(r208511): ImageDecoders: Crash decoding GIF images since r208511

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 17 08:35:51 PST 2016


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

--- Comment #5 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
(In reply to comment #4)
> Actually I named this m_decoderLock at first, but sounded redundant to me
> because the class is ImageDecoder. Maybe m_decodeLock, since we are
> protecting the decode() method in the end.

Locks don't protect code, they protect data. m_lock is probably OK here.

What needs to happen to make the decoders thread safe?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161117/25d80420/attachment.html>


More information about the webkit-unassigned mailing list