Index: WebCore/ChangeLog |
=================================================================== |
--- WebCore/ChangeLog (revision 35612) |
+++ WebCore/ChangeLog (working copy) |
@@ -1,3 +1,19 @@ |
+2010-01-05 Peter Kasting <pkasting@google.com> |
+ |
+ Reviewed by Adam Barth. |
+ |
+ Public GIF decoder should stop decoding when allocation fails |
+ https://bugs.webkit.org/show_bug.cgi?id=33231 |
+ |
+ * platform/image-decoders/gif/GIFImageDecoder.cpp: |
+ (WebCore::GIFImageDecoder::haveDecodedRow): |
+ * platform/image-decoders/gif/GIFImageDecoder.h: |
+ * platform/image-decoders/gif/GIFImageReader.cpp: |
+ (GIFImageReader::output_row): |
+ (GIFImageReader::do_lzw): |
+ (GIFImageReader::read): |
+ * platform/image-decoders/gif/GIFImageReader.h: |
+ |
2010-01-04 Chris Evans <cevans@chromium.org> |
Reviewed by Adam Barth. |