summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _TIFFPartialReadStripArray(): avoid unsigned integer overflow. Fixes https://...Even Rouault2019-08-241-0/+8
* OJPEGWriteHeaderInfo(): avoid unsigned integer overflow on strile dimensions ...Even Rouault2019-08-231-2/+2
* TIFFFillStrip(): avoid harmless unsigned integer overflow. Fixes https://bugs...Even Rouault2019-08-231-2/+8
* EstimateStripByteCounts(): avoid unsigned integer overflow. Fixes https://bug...Even Rouault2019-08-231-1/+5
* tif_ojpeg: avoid unsigned integer overflow (probably not a bug). Fixes https:...Even Rouault2019-08-231-1/+2
* tif_thunder: avoid unsigned integer overflow (not a bug). Fixes https://bugs....Even Rouault2019-08-231-5/+5
* _TIFFMultiply32() / _TIFFMultiply64(): avoid relying on unsigned integer over...Even Rouault2019-08-223-20/+16
* EstimateStripByteCounts(): avoid unsigned integer overflowEven Rouault2019-08-221-0/+2
* EstimateStripByteCounts(): avoid unsigned integer overflowEven Rouault2019-08-211-14/+17
* EstimateStripByteCounts(): avoid harmless unsigned integer overflowEven Rouault2019-08-201-2/+8
* _TIFFPartialReadStripArray(): avoid triggering unsigned integer overflow with...Even Rouault2019-08-201-1/+8
* tiff2ps: fix use of wrong data type that caused issues (/Height being written...Even Rouault2019-08-181-6/+6
* setByteArray(): fix previous commitEven Rouault2019-08-161-1/+1
* setByteArray(): avoid potential signed integer overflow. Pointed by Hendra Gu...Even Rouault2019-08-161-2/+2
* RGBA interface: fix integer overflow potentially causing write heap buffer ov...Even Rouault2019-08-151-6/+20
* Merge branch 'fix_integer_overflow' into 'master'Even Rouault2019-08-148-107/+71
|\
| * Fix integer overflow in _TIFFCheckMalloc() and other implementation-defined b...Even Rouault2019-08-138-107/+71
* | TIFFClientOpen(): fix memory leak if one of the required callbacks is not pro...Even Rouault2019-08-121-0/+1
* | OJPEGReadBufferFill(): avoid very long processing time on corrupted files. Fi...Even Rouault2019-08-121-2/+7
* | oss-fuzz/tiff_read_rgba_fuzzer.cc: fix wrong env variable value in previous c...Even Rouault2019-08-111-1/+1
* | oss-fuzz/tiff_read_rgba_fuzzer.cc: avoid issue with libjpeg-turbo and MSANEven Rouault2019-08-111-0/+9
* | OJPEG: fix integer division by zero on corrupted subsampling factors. Fixes h...Even Rouault2019-08-101-0/+6
* | Merge branch 'ossfuzz_i386'Even Rouault2019-08-101-2/+9
|\ \
| * | contrib/oss-fuzz/build.sh: fix for i386 build of jbigkit, and use $LIB_FUZZIN...Even Rouault2019-08-101-2/+9
| |/
* | Merge branch 'patch-1' into 'master'Even Rouault2019-08-101-2/+2
|\ \
| * | fix two tiny typosReto Kromer2019-08-101-2/+2
|/ /
* | Merge branch 'patch-1' into 'master'Even Rouault2019-08-091-1/+1
|\ \ | |/ |/|
| * fix typoReto Kromer2019-08-091-1/+1
|/
* Merge branch 'TIFFTAGID_Zero_reading_IGNORE' into 'master'Even Rouault2019-08-042-184/+183
|\
| * Reading of Tiff tags with ID = 0 (like GPSVERSIONID) corrected.Su Laus2019-08-042-184/+183
|/
* Merge branch 'cmake_amd64' into 'master'Even Rouault2019-07-161-0/+2
|\
| * CMakeLists.txt: properly set value of HOST_FILLORDER to LSB2MSB for Windows C...Even Rouault2019-07-151-0/+2
|/
* TIFFWriteCheck(): call TIFFForceStrileArrayWriting() when needed (should have...Even Rouault2019-07-091-0/+14
* Merge branch 'fix_chromium_925269' into 'master'Even Rouault2019-07-091-0/+26
|\
| * OJPEG: avoid use of unintialized memory on corrupted filesEven Rouault2019-07-051-0/+26
|/
* Merge branch 'fix-division-by-zero' into 'master'Even Rouault2019-06-291-1/+1
|\
| * Return infinite distance when denominator is zero.Dirk Lemstra2019-06-291-1/+1
|/
* Merge branch 'typetests' into 'master'Even Rouault2019-06-296-19/+77
|\
| * make TIFF_SSIZE_T the same bitwidth as TIFF_SIZE_TThomas Bernard2019-05-313-18/+10
| * Add test to check that libtiff types have the correct sizeThomas Bernard2019-05-314-2/+68
|/
* Merge branch 'defer_strile_writing' into 'master'Even Rouault2019-05-2910-57/+498
|\
| * Add TIFFDeferStrileArrayWriting() and TIFFForceStrileArrayWriting()Even Rouault2019-05-2510-57/+498
* | Merge branch 'TIFFReadFromUserBuffer' into 'master'Even Rouault2019-05-294-10/+155
|\ \
| * | Add TIFFReadFromUserBuffer()Even Rouault2019-05-234-10/+155
* | | 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-254-4/+4
| |/ |/|
* | Fix vulnerability introduced by defer strile loading (master only)Even Rouault2019-05-242-3/+6
* | Fix typo in error message (master only)Even Rouault2019-05-241-1/+1
|/
* libtiff.def: add missing new symbolsEven Rouault2019-05-221-0/+4
* test/defer_strile_loading.c: fix warning with Visual C++Even Rouault2019-05-221-1/+2