diff options
author | Matthias Clasen <mclasen@redhat.com> | 2008-10-13 14:18:40 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-10-13 14:18:40 +0000 |
commit | e74968f8ef28b7d1ae3957c278e0fe5af77e7b56 (patch) | |
tree | c43deee816ce052b6dd29da6c041d0672615e6e6 /gdk-pixbuf/ChangeLog | |
parent | aadcba2dc50bba4b007502e6d50fc1cdff6bc2f3 (diff) | |
download | gtk+-e74968f8ef28b7d1ae3957c278e0fe5af77e7b56.tar.gz |
Bug 555791 – Natuilus Crashes when opening USB MP3 Player Contents
2008-10-13 Matthias Clasen <mclasen@redhat.com>
Bug 555791 – Natuilus Crashes when opening USB MP3 Player Contents
* io-tga.c (gdk_pixbuf__tga_stop_load): Don't segfault on
short files.
Problem reported by Pedro Villavicencio
svn path=/trunk/; revision=21643
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 650ca00d41..4d88a4359e 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,11 @@ +2008-10-13 Matthias Clasen <mclasen@redhat.com> + + Bug 555791 – Natuilus Crashes when opening USB MP3 Player Contents + + * io-tga.c (gdk_pixbuf__tga_stop_load): Don't segfault on + short files. + Problem reported by Pedro Villavicencio + 2008-10-01 Tor Lillqvist <tml@novell.com> * io-icns.c: Don't #define _GNU_SOURCE on Windows as it confuses |