From: Dan F. <dfa...@us...> - 2007-11-25 05:58:10
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv19208 Modified Files: ChangeLog Log Message: * exif/main.c: Fixed a NULL dereference when the description of an the invalid tag is requested. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -u -p -d -r1.62 -r1.63 --- ChangeLog 9 Nov 2007 06:54:54 -0000 1.62 +++ ChangeLog 25 Nov 2007 05:58:01 -0000 1.63 @@ -1,3 +1,7 @@ +2007-11-24 Dan Fandrich <da...@co...> + * exif/main.c: Fixed a NULL dereference when the description of an + the invalid tag is requested. + 2007-11-07 Dan Fandrich <da...@co...> * exif/main.c: Fixed the output of -t and -s when iconv is configured. |