summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2010-06-08 23:32:22 +0000
committerbfriesen <bfriesen>2010-06-08 23:32:22 +0000
commitc1ead8d5773c317906a0956fdcf5f24f775d7624 (patch)
treee1c91c87f5bb6ae7a483f39ea3721a4e47ae62e0 /Makefile.in
parentafc55a2dc4660a23a0b62d3c1bc8d5bf95cc78ac (diff)
downloadlibtiff-c1ead8d5773c317906a0956fdcf5f24f775d7624.tar.gz
* 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.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f46351ea..7e96cf3c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -291,7 +291,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@