From 5b3e083d9c469f203cf66ddcc1bf1d9bdf8d8064 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Thu, 22 Aug 2002 18:32:55 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 88e3f6a5..9c0d9111 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,14 @@ 2002-08-22 Andrey Kiselev - * /libtiff/tiff_lzw.c: Additional consistency checking added in + * /libtiff/tif_dirinfo.c: Further additions to free custom fields + in _TIFFSetupFieldInfo() function. + See http://bugzilla.remotesensing.org/show_bug.cgi?id=169 for details. + + * /libtiff/tif_lzw.c: Additional consistency checking added in LZWDecode() and LZWDecodeCompat(). Fixes http://bugzilla.remotesensing.org/show_bug.cgi?id=190 - * /libtiff/tiff_lzw.c: + * /libtiff/tif_lzw.c: Added check for valid code lengths in LZWDecode() and LZWDecodeCompat(). Fixes http://bugzilla.remotesensing.org/show_bug.cgi?id=115