Mercurial > geeqie
diff ChangeLog @ 55:1e21f094e0be
Thu Jun 9 23:22:01 2005 John Ellis <johne@verizon.net>
* exif.c (exif_parse_JPEG): Use memcmp as strncmp is inadequate when
bytes with values of 0 are actually in the data to compare.
author | gqview |
---|---|
date | Fri, 10 Jun 2005 03:24:35 +0000 |
parents | b58cac75ad12 |
children | c722cbf9ad25 |
line wrap: on
line diff
--- a/ChangeLog Fri Jun 10 02:44:36 2005 +0000 +++ b/ChangeLog Fri Jun 10 03:24:35 2005 +0000 @@ -1,3 +1,8 @@ +Thu Jun 9 23:22:01 2005 John Ellis <johne@verizon.net> + + * exif.c (exif_parse_JPEG): Use memcmp as strncmp is inadequate when + bytes with values of 0 are actually in the data to compare. + Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net> * exif.[ch]: A lot of code clean up, add generic tiff header parser,