summaryrefslogtreecommitdiff
path: root/contrib/addtiffo/Makefile.in
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2010-06-08 23:29:47 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2010-06-08 23:29:47 +0000
commitf5c2f05dd75ae77e42211665fcf9d0eb43cf342a (patch)
tree8bb66810691f2d631f205212422a7e131ae98800 /contrib/addtiffo/Makefile.in
parent0fedb04f8dd2510669589143597d3b6ed38a0fc4 (diff)
downloadlibtiff-git-f5c2f05dd75ae77e42211665fcf9d0eb43cf342a.tar.gz
* tools/tiffcrop.c: Removed duplicated macros such as
TIFFhowmany(). * Update libtool to version 2.2.8. * libtiff/tif_fax3.c (Fax3SetupState): Avoid under-allocation of buffer due to integer overflow in TIFFroundup() and several other potential overflows. In conjunction with the fix to TIFFhowmany(), fixes CVE-2010-1411. * libtiff/tiffiop.h (TIFFhowmany): Return zero if parameters would result in an integer overflow. This causes TIFFroundup() to also return zero if there would be an integer overflow. * libtiff/tif_read.c (TIFFReadBufferSetup): Return an error if tif_rawdatasize becomes zero due to an initial raw size of zero or an overflow reported by TIFFroundup(). * libtiff/tif_ojpeg.c (OJPEGReadBufferFill): Report an error and avoid a crash if the input file is so broken that the strip offsets are not defined. * tools/tiffcp.c (main): tiffcp should not leak memory if an error is reported when reading the input file.
Diffstat (limited to 'contrib/addtiffo/Makefile.in')
-rw-r--r--contrib/addtiffo/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/addtiffo/Makefile.in b/contrib/addtiffo/Makefile.in
index 479ee26d..4cf406fb 100644
--- a/contrib/addtiffo/Makefile.in
+++ b/contrib/addtiffo/Makefile.in
@@ -242,7 +242,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@