diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-12-21 23:27:01 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-12-21 23:27:01 +0000 |
commit | f750eb2f173b0e870d3020cc105e50e380096c70 (patch) | |
tree | 7720d5c8b030e25f626e74bed877066d36d3cb47 /gdk-pixbuf/ChangeLog | |
parent | 0f1bed1d74cfa48892f82e637f4dbeed7e12417d (diff) | |
download | gdk-pixbuf-f750eb2f173b0e870d3020cc105e50e380096c70.tar.gz |
Handle invalid gif animations a little bit more robustly. (#357974,
* io-gif.c (gif_get_lzw): Handle invalid gif animations
a little bit more robustly. (#357974, Vassilis Pandis,
patch by Felix Riemann)
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index fc9901034..7bc8e5826 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,5 +1,9 @@ 2006-12-21 Matthias Clasen <mclasen@redhat.com> + * io-gif.c (gif_get_lzw): Handle invalid gif animations + a little bit more robustly. (#357974, Vassilis Pandis, + patch by Felix Riemann) + * gdk-pixbuf-data.c (gdk_pixbuf_new_from_data): * gdk-pixbuf.c (gdk_pixbuf_new): Remove redundant size checks, and document that width, height must be > 0. |