[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 22:24:22 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=164864
--- Comment #7 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #5)
> (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.
Good point.
> What needs to happen to make the decoders thread safe?
You mean making every decoder thread safe instead of protecting them from ImageDecoder?
--
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/20161118/796934d2/attachment-0001.html>
More information about the webkit-unassigned
mailing list