diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-04-06 18:51:40 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-04-06 18:51:40 +0000 |
commit | 71e0ad8d9ed2d87bbb51fce8ac802c82c2f79db8 (patch) | |
tree | b0dd9336ccfa31e6d2216ab32566863e2a5a6f49 /gdk-pixbuf/ChangeLog | |
parent | a40561930afcd4eda2d43eb252dd5bf1f6a06768 (diff) | |
download | gtk+-71e0ad8d9ed2d87bbb51fce8ac802c82c2f79db8.tar.gz |
Restructured to use gdk_pixbuf_new instead of manually allocating image
* io-png.c (gdk_pixbuf__png_image_load): Restructured to use
gdk_pixbuf_new instead of manually allocating image storage. This
gives us a good rowstride and overflow checks. (#77807)
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 7334f0c305..7abfc86c23 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,9 @@ +2002-04-06 Matthias Clasen <maclas@gmx.de> + + * io-png.c (gdk_pixbuf__png_image_load): Restructured to use + gdk_pixbuf_new instead of manually allocating image storage. This + gives us a good rowstride and overflow checks. (#77807) + 2002-04-05 Matthias Clasen <maclas@gmx.de> * io-tiff.c (tiff_image_parse): Avoid allocating an extra copy of |