comparison 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
comparison
equal deleted inserted replaced
54:b58cac75ad12 55:1e21f094e0be
1 Thu Jun 9 23:22:01 2005 John Ellis <johne@verizon.net>
2
3 * exif.c (exif_parse_JPEG): Use memcmp as strncmp is inadequate when
4 bytes with values of 0 are actually in the data to compare.
5
1 Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net> 6 Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
2 7
3 * exif.[ch]: A lot of code clean up, add generic tiff header parser, 8 * exif.[ch]: A lot of code clean up, add generic tiff header parser,
4 remove use of packed structures to interpret tiff file format, 9 remove use of packed structures to interpret tiff file format,
5 fix possible endless loops in tiff parser with corrupt IFD tables, 10 fix possible endless loops in tiff parser with corrupt IFD tables,