[Webkit-unassigned] [Bug 65420] WebKit2 crashes on attempt to decode null image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 30 23:09:51 PDT 2011


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #102455|review?                     |review-
               Flag|                            |




--- Comment #4 from Darin Adler <darin at apple.com>  2011-07-30 23:09:52 PST ---
(From update of attachment 102455)
This is wrong for the same reason the other one is. Encoding no bytes at all does not work on the decoding side. The decodeImage function has no way to know that the image was null, and so will attempt to decode the image, and thus the decoding process will be off.

-- 
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