| Commit message (Expand) | Author | Age | Files | Lines |
* | Reformatting in libtiff/ using 'pre-commit run' | pre-commit run by Even Rouault | 2022-12-08 | 1 | -2220/+2546 |
* | Remove vim/emacs formatting footers | Even Rouault | 2022-12-08 | 1 | -9/+0 |
* | Convert uses of _TIFFmalloc/realloc/calloc/free to the Ext functions | Even Rouault | 2022-11-23 | 1 | -26/+26 |
* | Merge branch 'fix_ossfuzz_53137' into 'master' | Even Rouault | 2022-11-08 | 1 | -4/+4 |
|\ |
|
| * | TIFFReadRGBATileExt(): fix (unsigned) integer overflow on strips/tiles > 2 GB | Even Rouault | 2022-11-08 | 1 | -4/+4 |
* | | Replace sprintf calls with snprintf | Mark Mentovai | 2022-11-08 | 1 | -33/+35 |
* | | Add reentrant error functions | Laramie Leavitt | 2022-11-08 | 1 | -31/+31 |
|/ |
|
* | Update getimage to support large raster images | Eric Siegel | 2022-09-15 | 1 | -4/+8 |
* | Remove dead code from tif_dirread.c, tif_dirwrite.c and tif_getimage.c | Su Laus | 2022-08-20 | 1 | -76/+0 |
* | Add basic 16bit-cielab support | Caolán McNamara | 2022-06-27 | 1 | -4/+34 |
* | libtiff: Use PRI format flags and remove unnecessary casts | Roger Leigh | 2021-01-28 | 1 | -15/+15 |
* | Use standard C99 integer types | Roger Leigh | 2021-01-21 | 1 | -235/+235 |
* | More overflow fixes for large width | skal | 2020-11-14 | 1 | -3/+15 |
* | Merge branch 'skal65535-master-patch-56655' into 'master' | Even Rouault | 2020-11-12 | 1 | -0/+4 |
|\ |
|
| * | Fix potential overflow in gtStripContig() | skal | 2020-11-12 | 1 | -0/+4 |
* | | gtTileContig(): check Tile width for overflow | Thomas Bernard | 2020-11-10 | 1 | -4/+13 |
|/ |
|
* | RGBA interface: fix integer overflow potentially causing write heap buffer ov... | Even Rouault | 2019-08-15 | 1 | -6/+20 |
* | Fix integer overflow in _TIFFCheckMalloc() and other implementation-defined b... | Even Rouault | 2019-08-13 | 1 | -4/+2 |
* | Replace 'stripped' by 'striped' in error messages | Even Rouault | 2019-05-25 | 1 | -1/+1 |
* | Remove all $Id and $Headers comments with CVS versions | Even Rouault | 2017-11-30 | 1 | -2/+0 |
* | * libtiff/tif_aux.c, tif_getimage.c, tif_read.c: typo fixes in | Even Rouault | 2017-11-17 | 1 | -3/+3 |
* | * libtiff/tif_getimage.c: avoid floating point division by zero in | Even Rouault | 2017-10-23 | 1 | -2/+8 |
* | * libtiff/tif_getimage.c: fix fromskew computation when to-be-skipped | Even Rouault | 2017-07-24 | 1 | -8/+8 |
* | * libtiff/tif_getimage.c: gtTileContig() and gtTileSeparate(): | Even Rouault | 2017-07-24 | 1 | -3/+3 |
* | Commit files that should have gone with previous commit | Even Rouault | 2017-07-04 | 1 | -26/+41 |
* | * libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedStripAndAllocBuffer() | Even Rouault | 2017-06-30 | 1 | -25/+36 |
* | * libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro to | Even Rouault | 2017-06-18 | 1 | -41/+41 |
* | * libtiff/tif_getimage.c: initYCbCrConversion(): stricter validation for | Even Rouault | 2017-05-29 | 1 | -2/+2 |
* | * libtiff/tif_getimage.c: initYCbCrConversion(): stricter validation for | Even Rouault | 2017-05-20 | 1 | -7/+12 |
* | * libtiff/tif_getimage.c: initYCbCrConversion(): check luma[1] is not zero | Even Rouault | 2017-05-18 | 1 | -1/+3 |
* | * libtiff/tif_getimage.c: initYCbCrConversion(): add basic validation of | Even Rouault | 2017-05-17 | 1 | -1/+24 |
* | * libtiff/tif_fax3.c, tif_predict.c, tif_getimage.c: fix GCC 7 | Even Rouault | 2017-02-25 | 1 | -7/+11 |
* | * libtiff/tif_getimage.c: add explicit uint32 cast in putagreytile to | Even Rouault | 2017-01-11 | 1 | -2/+2 |
* | * libtiff/tif_getimage.c: fix potential memory leaks in error code | Even Rouault | 2016-12-18 | 1 | -12/+9 |
* | * libtiff/tiffio.h, libtiff/tif_getimage.c: add TIFFReadRGBAStripExt() | Even Rouault | 2016-12-17 | 1 | -3/+17 |
* | Commit changes that should have gone with previous commit | Even Rouault | 2016-11-20 | 1 | -5/+5 |
* | * libtiff/tif_getimage.c: Fix some benign warnings which appear in | Bob Friesenhahn | 2016-11-18 | 1 | -5/+5 |
* | * libtiff/tif_getimage.c (TIFFRGBAImageOK): Reject attempts to | Bob Friesenhahn | 2016-09-24 | 1 | -19/+21 |
* | * libtiff/*.c: fix warnings raised by clang 3.9 -Wcomma | Even Rouault | 2016-09-04 | 1 | -26/+57 |
* | * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr) | Even Rouault | 2016-01-23 | 1 | -3/+3 |
* | * libtiff/tif_getimage.c: fix out-of-bound reads in TIFFRGBAImage | Even Rouault | 2015-12-26 | 1 | -14/+23 |
* | * libtiff/*.c: fix MSVC warnings related to cast shortening and | Even Rouault | 2015-11-22 | 1 | -6/+7 |
* | * libtiff/*.c: fix clang -Wshorten-64-to-32 warnings | Even Rouault | 2015-11-18 | 1 | -2/+2 |
* | * libtiff/tif_dir.c, libtiff/tif_dirread.c, libtiff/tif_getimage.c, | Even Rouault | 2015-10-17 | 1 | -8/+8 |
* | Hopefully fix four Coverity issues related to unintended sign extension. | Bob Friesenhahn | 2015-06-17 | 1 | -5/+5 |
* | Attempt to fix Coverity warning: | Lee Howard | 2015-06-15 | 1 | -5/+5 |
* | Bugzilla Bug #2409: Contribution by Gary Cramblitt and fix confirmed by Charl... | Lee Howard | 2015-06-14 | 1 | -42/+80 |
* | * libtiff/tif_getimage.c: move test on vertical value of YCbCr subsampling. | Even Rouault | 2014-12-29 | 1 | -6/+8 |
* | * libtiff/tif_next.c: add new tests to check that we don't read outside of | Even Rouault | 2014-12-29 | 1 | -6/+8 |
* | * libtiff/tif_getimage.c, libtiff/tif_ojpeg.c, libtiff/tif_zip.c: fix | Even Rouault | 2014-12-25 | 1 | -2/+2 |