Update of /cvsroot/libexif/libexif
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv2627
Modified Files:
ChangeLog
Log Message:
2008-02-14 Lutz Mueller <lu...@us...>
Fix #1774591 (partially):
* libexif/exif-content.c: (exif_content_remove_entry) Check the
return value of exif_mem_realloc.
* libexif/exif-data.c: (exif_data_save_data_entry),
(exif_data_save_data_content) Same here.
* libexif/canon/exif-mnote-data-canon.c:
(exif_mnote_data_canon_save), (exif_mnote_data_canon_load) Same here.
* libexif/fuji/exif-mnote-data-fuji.c:
(exif_mnote_data_fuji_save), (exif_mnote_data_fuji_load) Same here.
* libexif/olympus/exif-mnote-data-olympus.c:
(exif_mnote_data_olympus_save) Same here.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libexif/libexif/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -p -d -r1.264 -r1.265
--- ChangeLog 14 Feb 2008 18:52:28 -0000 1.264
+++ ChangeLog 14 Feb 2008 19:20:13 -0000 1.265
@@ -1,5 +1,20 @@
2008-02-14 Lutz Mueller <lu...@us...>
+ Fix #1774591 (partially):
+
+ * libexif/exif-content.c: (exif_content_remove_entry) Check the
+ return value of exif_mem_realloc.
+ * libexif/exif-data.c: (exif_data_save_data_entry),
+ (exif_data_save_data_content) Same here.
+ * libexif/canon/exif-mnote-data-canon.c:
+ (exif_mnote_data_canon_save), (exif_mnote_data_canon_load) Same here.
+ * libexif/fuji/exif-mnote-data-fuji.c:
+ (exif_mnote_data_fuji_save), (exif_mnote_data_fuji_load) Same here.
+ * libexif/olympus/exif-mnote-data-olympus.c:
+ (exif_mnote_data_olympus_save) Same here.
+
+2008-02-14 Lutz Mueller <lu...@us...>
+
Fix #1884609 (partially):
* libexif/exif-entry.c: (exif_entry_initialize) Initialize
|