From b6348a4592fef23246dcac366813d5738241374c Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Tue, 26 Sep 2000 03:43:27 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index f1bca36a..c69dfe34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * Fixed tiffcomp.h to avoid win32 stuff if unix #defined, to improve cygwin compatibility. + * Applied patch from Roman Shpount to tif_fax3.c. This seems to + be a proper fix to the buffer sizing problem. See + http://bugzilla.remotesensing.org/show_bug.cgi?id=11 + * Fixed tif_getimage.c to fix overrun bug with YCbCr images without downsampling. http://bugzilla.remotesensing.org/show_bug.cgi?id=10 Thanks to Nick Lamb for reporting the