summaryrefslogtreecommitdiff
path: root/libtiff/tif_dirread.c
Commit message (Expand)AuthorAgeFilesLines
* Return infinite distance when denominator is zero.Dirk Lemstra2019-06-291-1/+1
* Merge branch 'defer_strile_writing' into 'master'Even Rouault2019-05-291-26/+37
|\
| * Add TIFFDeferStrileArrayWriting() and TIFFForceStrileArrayWriting()Even Rouault2019-05-251-26/+37
* | Fix vulnerability in 'D' (DeferStrileLoad) mode (master only) (fixes https://...Even Rouault2019-05-261-1/+3
* | Replace 'stripped' by 'striped' in error messagesEven Rouault2019-05-251-1/+1
|/
* Fix vulnerability introduced by defer strile loading (master only)Even Rouault2019-05-241-3/+5
* Fix typo in error message (master only)Even Rouault2019-05-241-1/+1
* Make defer strile offset/bytecount loading available at runtimeEven Rouault2019-05-101-128/+463
* Reading error for FileSource and SceneType tags corrected.Su Laus2019-05-061-0/+1
* TryChopUpUncompressedBigTiff(): avoid potential division by zero. master only...Even Rouault2019-03-231-1/+1
* tif_dirread.c: when strip chopping is enabled, extend this mechanism to multi...Even Rouault2019-02-191-41/+169
* TIFFFetchNormalTag(): avoid (probably false positive) clang-tidy clang-analyz...Even Rouault2018-05-121-19/+20
* _TIFFGetMaxColorChannels: update for LOGLUV, ITULAB and ICCLAB that have 3 co...Even Rouault2018-04-141-3/+3
* Fix MSVC warningEven Rouault2018-04-131-1/+1
* Fix NULL pointer dereference in TIFFPrintDirectoryHugo Lefeuvre2018-04-111-0/+62
* ChopUpSingleUncompressedStrip: avoid memory exhaustion (CVE-2017-11613)Even Rouault2018-03-171-3/+2
* ChopUpSingleUncompressedStrip: avoid memory exhaustion (CVE-2017-11613)Even Rouault2018-03-111-0/+11
* Remove tests for undefined SIZEOF_VOIDPVadim Zeitlin2017-12-081-2/+2
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_dirread.c: add NULL check to avoid likely false positiveEven Rouault2017-09-091-2/+2
* Fix warning with x86_64-w64-mingw32-g++Even Rouault2017-07-151-2/+2
* Fix signed vs unsigned comparison warning on WindowsEven Rouault2017-07-151-2/+2
* * libtiff/tif_read.c: add protection against excessive memoryEven Rouault2017-07-151-6/+85
* * libtiff/tif_read.c: in TIFFFetchStripThing(), only grow theEven Rouault2017-07-151-1/+18
* * libtiff/tif_dirread.c: in TIFFReadDirEntryFloat(), check that aEven Rouault2017-06-271-1/+3
* * libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro toEven Rouault2017-06-181-3/+8
* * libtiff/tif_dirread.c: TIFFFetchStripThing(): limit the number of itemsEven Rouault2017-06-121-17/+32
* * libtiff/tif_dirread.c: fix regression of libtiff 4.0.8 inEven Rouault2017-06-121-1/+6
* * libtiff/tif_dirinfo.c, tif_dirread.c: add _TIFFCheckFieldIsValidForCodec(),Even Rouault2017-06-011-1/+5
* * libtiff/tif_dirread.c: fix memory leak in non DEFER_STRILE_LOADEven Rouault2017-04-271-2/+18
* * libtiff/tif_dir.c, tif_dirread.c, tif_dirwrite.c: implement various clampingsEven Rouault2017-01-111-2/+10
* * libtiff/tif_dirread.c: avoid division by floating point 0 inEven Rouault2017-01-111-3/+9
* * libtiff/tif_dirread.c: modify ChopUpSingleUncompressedStrip() toEven Rouault2016-12-031-13/+11
* * libtiff/tif_dirread.c: in TIFFFetchNormalTag(), do not dereferenceEven Rouault2016-11-161-3/+3
* * libtiff/tif_dirread.c: in TIFFFetchNormalTag(), make sure thatEven Rouault2016-11-111-1/+11
* * libtiff/tif_dirread.c: reject images with OJPEG compression thatEven Rouault2016-11-111-2/+5
* * libtiff/tif_dirread.c: when compiled with DEFER_STRILE_LOAD,Even Rouault2016-04-271-3/+13
* * libtiff/tif_read.c, tif_dirread.c: fix indentation issues raisedEven Rouault2016-01-031-3/+3
* * libtiff/tif_dirread.c: workaround false positive warning of Clang StaticEven Rouault2015-12-201-6/+6
* * libtiff/*.c: fix typos in comments (patch by Kurt Schwehr)Even Rouault2015-11-221-2/+2
* * libtiff/*.c: fix clang -Wshorten-64-to-32 warningsEven Rouault2015-11-181-2/+2
* * libtiff/tif_dirread.c: initialize double* data at line 3693 to NULLEven Rouault2015-11-181-2/+2
* Fix previous commitEven Rouault2015-11-171-1/+2
* * libtiff/tif_dirread.c: prevent reading ColorMap or TransferFunctionEven Rouault2015-11-171-1/+12
* * libtiff/tif_dirread.c: remove duplicated assignment (reported byEven Rouault2015-11-021-2/+2
* * libtiff/tif_dir.c, libtiff/tif_dirread.c, libtiff/tif_getimage.c,Even Rouault2015-10-171-2/+1
* (TIFF_UINT32_MAX): Avoid use of platform-specific large constants.Bob Friesenhahn2015-09-051-7/+3
* (TIFF_INT64_MAX): Avoid use of platform-specific large constants.Bob Friesenhahn2015-09-051-6/+2
* * libtiff/tif_dirread.c (TIFFReadDirEntryCheckRangeSlongSlong8):Bob Friesenhahn2015-09-051-3/+5
* Fix compiler warning about constant value promotion to unsigned long.Bob Friesenhahn2015-08-291-2/+2