diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-11-15 15:59:05 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-11-15 15:59:05 +0000 |
commit | 868c9a85d78ed76583d569dceab1741329ae2ddd (patch) | |
tree | 24749b87bd12d19c186d511263d278b91d5c7b60 /gdk-pixbuf/ChangeLog | |
parent | f3f1bdc2f03d31eca75a804076b7e64f4519d492 (diff) | |
download | gtk+-868c9a85d78ed76583d569dceab1741329ae2ddd.tar.gz |
Fix integer overflows in the xpm loader
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 16df5ead2c..d6dc0421d5 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +2005-11-15 Matthias Clasen <mclasen@redhat.com> + + * io-xpm.c: Fix several integer overflows which have been + reported as CVE-2005-3186 and CVE-2005-2975. + 2005-10-12 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-loader.c (gdk_pixbuf_loader_write): Only call |