libtiff/contrib
Nathan Baker 473851d211 Fix for bug 2772
It is possible to craft a TIFF document where the IFD list is circular,
leading to an infinite loop while traversing the chain. The libtiff
directory reader has a failsafe that will break out of this loop after
reading 65535 directory entries, but it will continue processing,
consuming time and resources to process what is essentially a bogus TIFF
document.

This change fixes the above behavior by breaking out of processing when
a TIFF document has >= 65535 directories and terminating with an error.
2018-02-12 09:43:34 -05:00
..
addtiffo Fix for bug 2772 2018-02-12 09:43:34 -05:00
dbs Remove remaining .cvsignore files 2017-12-01 15:55:10 +01:00
iptcutil Fix all compiler warnings for default build 2018-02-04 23:54:17 +00:00
mfs Remove remaining .cvsignore files 2017-12-01 15:55:10 +01:00
pds Remove remaining .cvsignore files 2017-12-01 15:55:10 +01:00
ras Remove remaining .cvsignore files 2017-12-01 15:55:10 +01:00
stream Remove remaining .cvsignore files 2017-12-01 15:55:10 +01:00
tags Remove remaining .cvsignore files 2017-12-01 15:55:10 +01:00
win_dib Remove remaining .cvsignore files 2017-12-01 15:55:10 +01:00
CMakeLists.txt * CMakeLists.txt: Add CMake patchset by Roger Leigh as posted to 2015-06-25 02:27:58 +00:00
Makefile.am All the CMakeLists.txt files were missing from the distribution tarball. 2015-08-30 21:26:45 +00:00
README *** empty log message *** 2004-05-19 18:05:47 +00:00

This directory contains various contributions from libtiff users.