diff options
author | bfriesen <bfriesen> | 2010-06-08 23:32:22 +0000 |
---|---|---|
committer | bfriesen <bfriesen> | 2010-06-08 23:32:22 +0000 |
commit | c1ead8d5773c317906a0956fdcf5f24f775d7624 (patch) | |
tree | e1c91c87f5bb6ae7a483f39ea3721a4e47ae62e0 /build | |
parent | afc55a2dc4660a23a0b62d3c1bc8d5bf95cc78ac (diff) | |
download | libtiff-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 'build')
-rw-r--r-- | build/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/Makefile.in b/build/Makefile.in index 35f6900b..b4b386bb 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -251,7 +251,6 @@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ |