[Webkit-unassigned] [Bug 31009] Crash for specific animated gif

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 2 05:51:44 PST 2009


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


Holger Freyther <zecke at selfish.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zecke at selfish.org




--- Comment #1 from Holger Freyther <zecke at selfish.org>  2009-11-02 05:51:44 PDT ---
A classic off by one... The method is called to clean frames before the one
given in the index... but we are counting up to the index.

The other part is that the QGif handler is broken and will not allow to jump to
a given so once we have evicted the frame we will not be able to load it.

For now I think it is best to remove the implementation in
ImageDecoderQt::clearFrameBufferCache and deal with the extra memory
allocated...

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