From: Jan P. <pa...@us...> - 2005-08-27 10:30:21
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv707 Modified Files: ChangeLog Log Message: Fix of changes from beginning of this week: * Canon mnote: Both parts of Settings had indices shifted by 1. entries[] must have secondary sorting by value which is unsigned. Wrong # of items in Settings: reading beyond allocated memory, crashes. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.224 retrieving revision 1.225 diff -u -p -d -r1.224 -r1.225 --- ChangeLog 22 Aug 2005 22:17:29 -0000 1.224 +++ ChangeLog 27 Aug 2005 10:30:10 -0000 1.225 @@ -1,3 +1,9 @@ +2005-08-27 Jan Patera <pa...@us...> + + * Canon mnote: Both parts of Settings had indices shifted by 1. + entries[] must have secondary sorting by value which is unsigned. + Wrong # of items in Settings: reading beyond allocated memory, crashes. + 2005-08-23 Lutz Mueller <lu...@us...> Some work on canon maker notes. Entries that contain several different |