summaryrefslogtreecommitdiff
path: root/libtiff/tif_dirread.c
Commit message (Expand)AuthorAgeFilesLines
...
* (TIFFReadDirEntrySlong8Array): Fix Coverity 298629 "Logically deadBob Friesenhahn2015-05-311-6/+1
* (TIFFReadDirEntryFloatArray): Fix Coverity 298627 "Logically deadBob Friesenhahn2015-05-311-6/+1
* (TIFFReadDirEntryFloatArray): Fix 298627 "Logically dead code".Bob Friesenhahn2015-05-311-6/+1
* * libtiff/tif_dirread.c (TIFFReadDirEntryDoubleArray): FixBob Friesenhahn2015-05-311-6/+1
* * libtiff/tif_dirread.c: in TIFFCheckDirOffset(), avoid uint16 overflowEven Rouault2015-01-031-2/+10
* * libtiff/tif_dirread.c: In EstimateStripByteCounts(), check return codeEven Rouault2014-12-231-2/+3
* Fix various crasher bugs on fuzzed images.Even Rouault2014-12-211-1/+18
* * libtiff/tif_lzw.c: prevent potential null dereference ofEven Rouault2014-11-201-2/+3
* * libtiff/tif_dirread.c (TIFFReadDirEntryOutputErr): IncorrectBob Friesenhahn2014-08-311-2/+2
* * libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: AddBob Friesenhahn2012-08-191-2/+2
* warn when ignoring some corrupt tagsFrank Warmerdam2012-08-021-4/+12
* Eliminate GCC 4.7.0 gripe about potential use of uninitialized data.Bob Friesenhahn2012-07-071-2/+2
* Used signed overflow checks rather than unsigned integer overflow checks sinc...Bob Friesenhahn2012-07-061-4/+9
* Clarify the fix applied for bug 1994 with a comment.Frank Warmerdam2012-02-011-1/+7
* adjustments for security/null pointer issues - I do not think any of them are...Frank Warmerdam2012-02-011-13/+10
* more cautious testing of _TIFFFillStriles() results (gdal #4372)Frank Warmerdam2011-12-091-3/+4
* fix crash with invalid files, strip chopping and deferred strile loading (gda...Frank Warmerdam2011-12-081-3/+5
* fix error reporting when there is no tag information struct and name (gdal #4...Frank Warmerdam2011-12-081-9/+17
* * libtiff/tif_dirread.c (TIFFFetchStripThing): Free "data" alsoBob Friesenhahn2011-05-311-2/+4
* improve error report with zero tag directoriesFrank Warmerdam2011-05-241-1/+7
* implement optional support for deferred strip/tile offset/size loadingFrank Warmerdam2011-02-181-1/+75
* Added support for TIFFTAG_SMINSAMPLEVALUE and TIFFTAG_SMAXSAMPLEVALUE to haveOlivier Paquet2011-01-241-4/+19
* * libtiff/tif_dirread.c: tolerate some cases whereLee Howard2010-12-151-3/+9
* http://bugzilla.maptools.org/show_bug.cgi?id=2214Lee Howard2010-12-141-1/+10
* * libtiff/tif_dirread.c: fix for Zeiss LSM and Canon CR2 filesLee Howard2010-12-131-3/+3
* * libtiff/tif_dirread.c: warnings cleanupLee Howard2010-12-111-3/+4
* * libtiff/tif_dirread.c: modify warningsLee Howard2010-12-111-6/+14
* fix crash when reading a badly-constructed TIFF perLee Howard2010-12-081-1/+15
* Really reset the tag count in CheckDirCount() to expected value as the warningAndrey Kiselev2010-07-071-1/+2
* C files should not use C++ style comments.Bob Friesenhahn2010-06-211-2/+2
* * libtiff/tif_dirread.c: Restored TIFFReadDirEntryFloat function in orderOlivier Paquet2010-05-081-5/+14
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* * libtiff/tif_dirread.c: Eliminate GCC "dereferencing type-punnedBob Friesenhahn2009-10-291-3/+16
* * libtiff/tif_dirread.c (TIFFReadCustomDirectory): Apply patchBob Friesenhahn2009-08-241-1/+3
* improve tag buffer allocation safety (#1998)Frank Warmerdam2009-02-091-2/+2
* reincorporate sanity check on tag size at 2GB to avoid 32bit system overflow ...Frank Warmerdam2009-02-051-5/+10
* removed another assertion that fires on corrupt filesFrank Warmerdam2009-02-051-2/+1
* remove assertions blown for corrupt files (#1995)Frank Warmerdam2009-02-051-5/+5
* fixed testing for failed TIFFReadDirectoryFindFieldInfo() results (#1992)Frank Warmerdam2009-02-051-8/+9
* fix some warningsFrank Warmerdam2009-01-221-5/+5
* * libtiff/tiffio.h: GCC will now validate format specificationsBob Friesenhahn2008-12-311-5/+5
* * tools/{tiff2pdf.c, tiff2ps.c, tiffinfo.c}: Offset and lengthBob Friesenhahn2008-12-311-22/+51
* * libtiff/tiffio.h: Undeprecate toff_t and restore its use in theBob Friesenhahn2008-12-301-3/+3
* avoid warnings about TIFFReadDirEntryFloat(), etcFrank Warmerdam2008-09-011-1/+6
* note leak of anonymous field structureFrank Warmerdam2008-07-291-1/+3
* fix unchecked malloc resultFrank Warmerdam2008-05-251-1/+4
* Get rid of some of "dereferencing type-punned" warnings by convertingAndrey Kiselev2008-04-141-22/+16
* Use custom functions _TIFFUInt64ToFloat() and _TIFFUInt64ToDouble() toAndrey Kiselev2008-04-091-4/+31
* disable tag size sanity checks (GDAL #2005)Frank Warmerdam2008-03-141-1/+3
* handling for PageNumber tag values different from 2Joris Van Damme2008-02-091-12/+9