summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-11-28 19:44:33 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-11-28 19:44:33 +0000
commit80ade88ec9ff5b45c7532c25f160e6bc7cd41533 (patch)
tree6ead9f334b311d1abd4670bf988abeb7a3572c39 /ChangeLog
parent1100f4f45220e6579fffa476d07d719093177852 (diff)
downloadlibgpod-80ade88ec9ff5b45c7532c25f160e6bc7cd41533.tar.gz
libgpod-80ade88ec9ff5b45c7532c25f160e6bc7cd41533.tar.xz
libgpod-80ade88ec9ff5b45c7532c25f160e6bc7cd41533.zip
2005-11-28 Christophe Fergeau <teuf@gnome.org>
* src/itdb_artwork.c: (unpack_RGB_565), (get_pixel_data): * src/itdb_itunesdb.c: (get_mhod): * src/ithumb-writer.c: (pack_RGB_565), (ithumb_rearrange_thumbnail_file): added some paranoia checks before doing some mallocs to prevent potential int overflows in some mallocs which could be triggered by using forged iTunesDB files git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1181 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c2ff0a..350df06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-11-28 Christophe Fergeau <teuf@gnome.org>
+
+ * src/itdb_artwork.c: (unpack_RGB_565), (get_pixel_data):
+ * src/itdb_itunesdb.c: (get_mhod):
+ * src/ithumb-writer.c: (pack_RGB_565),
+ (ithumb_rearrange_thumbnail_file): added some paranoia checks before
+ doing some mallocs to prevent potential int overflows in some mallocs
+ which could be triggered by using forged iTunesDB files
+
2005-11-28 Jorg Schuler <jcsjcs at users.sourceforge.net>
New API for thumbnail support: see src/itdb.h for details.