diff --git a/ChangeLog b/ChangeLog index b2a5f62a..88e3f6a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-08-22 Andrey Kiselev + * /libtiff/tiff_lzw.c: Additional consistency checking added in + LZWDecode() and LZWDecodeCompat(). + Fixes http://bugzilla.remotesensing.org/show_bug.cgi?id=190 + * /libtiff/tiff_lzw.c: Added check for valid code lengths in LZWDecode() and LZWDecodeCompat(). Fixes