Update of /cvsroot/libexif/libexif
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25655
Modified Files:
ChangeLog
Log Message:
2008-02-16 Lutz Mueller <lu...@us...>
Jan Patera <pa...@pi...> spotted a problem with my last fix
for #1774591:
* libexif/exif-content.c: (exif_content_remove_entry) Recover
correctly in case of error by remembering the original size of the
realloc'ed data.
* 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.266
retrieving revision 1.267
diff -u -p -d -r1.266 -r1.267
--- ChangeLog 15 Feb 2008 04:38:32 -0000 1.266
+++ ChangeLog 16 Feb 2008 19:11:40 -0000 1.267
@@ -1,3 +1,20 @@
+2008-02-16 Lutz Mueller <lu...@us...>
+
+ Jan Patera <pa...@pi...> spotted a problem with my last fix
+ for #1774591:
+
+ * libexif/exif-content.c: (exif_content_remove_entry) Recover
+ correctly in case of error by remembering the original size of the
+ realloc'ed data.
+ * 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-15 Lutz Mueller <lu...@us...>
* Changelog
|