| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.ac: libtiff 4.0.9 released.Release-v4-0-9 | bfriesen | 2017-11-18 | 1 | -2/+2 |
* | * libtiff/tif_aux.c, tif_getimage.c, tif_read.c: typo fixes in | erouault | 2017-11-17 | 3 | -9/+9 |
* | fax2tiff: Pass the FAX_Client_Data struct as client data | bfriesen | 2017-10-29 | 1 | -1/+0 |
* | * libtiff/tif_getimage.c: avoid floating point division by zero in | erouault | 2017-10-23 | 1 | -2/+8 |
* | * libtiff/tif_jpeg.c: add compatibility with libjpeg-turbo 1.5.2 that | erouault | 2017-10-17 | 1 | -7/+17 |
* | * libtiff/libtiff.def: add TIFFReadRGBAStripExt and TIFFReadRGBATileExt | erouault | 2017-09-29 | 1 | -0/+2 |
* | * libtiff/tif_dirread.c: add NULL check to avoid likely false positive | erouault | 2017-09-09 | 1 | -2/+2 |
* | * libtiff/tiffiop.h, tif_aux.c: redirect SeekOK() macro to a _TIFFSeekoK() | erouault | 2017-09-07 | 2 | -4/+11 |
* | Fix signed vs unsigned comparison | erouault | 2017-08-29 | 1 | -2/+2 |
* | * libtiff/tif_jpeg.c: accept reading the last strip of a JPEG compressed | erouault | 2017-08-29 | 1 | -5/+27 |
* | * libtiff/tif_dirwrite.c: replace assertion to tag value not fitting | erouault | 2017-08-23 | 1 | -2/+9 |
* | * libtiff/tif_dirwrite.c: replace assertion related to not finding the | erouault | 2017-08-23 | 1 | -2/+7 |
* | * libtiff/tif_luv.c: further reduce memory requirements for temporary | erouault | 2017-07-24 | 1 | -3/+3 |
* | * libtiff/tif_getimage.c: fix fromskew computation when to-be-skipped | erouault | 2017-07-24 | 1 | -8/+8 |
* | * libtiff/tif_getimage.c: gtTileContig() and gtTileSeparate(): | erouault | 2017-07-24 | 1 | -3/+3 |
* | * libtiff/tif_luv.c: LogLuvInitState(): avoid excessive memory | erouault | 2017-07-18 | 1 | -2/+4 |
* | Fix warning with x86_64-w64-mingw32-g++ | erouault | 2017-07-15 | 1 | -2/+2 |
* | Fix signed vs unsigned comparison warning on Windows | erouault | 2017-07-15 | 1 | -2/+2 |
* | * libtiff/tif_read.c: add protection against excessive memory | erouault | 2017-07-15 | 1 | -6/+85 |
* | * libtiff/tif_read.c: in TIFFFetchStripThing(), only grow the | erouault | 2017-07-15 | 1 | -1/+18 |
* | * libtiff/tif_read.c: TIFFFillStrip() / TIFFFillTile(). | erouault | 2017-07-15 | 1 | -35/+42 |
* | * libtiff/tif_dir.c: avoid potential null pointer dereference in | erouault | 2017-07-11 | 1 | -1/+3 |
* | * libtiff/tif_lzw.c: fix potential out-of-buffer read on 1-byte LZW | erouault | 2017-07-11 | 1 | -2/+3 |
* | * refresh autoconf/make stuff with what is on Ubuntu 16.04 (minor changes) | erouault | 2017-07-11 | 1 | -0/+1 |
* | * libtiff/tif_lzw.c: fix 4.0.8 regression in the decoding of old-style LZW | erouault | 2017-07-11 | 1 | -1/+5 |
* | * libtiff/tif_pixarlog.c: avoid excessive memory allocation on decoding | erouault | 2017-07-10 | 1 | -2/+7 |
* | Commit files that should have gone with previous commit | erouault | 2017-07-04 | 3 | -28/+122 |
* | * libtiff/tif_error.c, tif_warning.c: correctly use va_list when both | erouault | 2017-07-04 | 2 | -18/+34 |
* | * libtiff/tif_read.c: TIFFStartTile(): set tif_rawcc to | erouault | 2017-07-02 | 1 | -2/+5 |
* | Fix module names in error message | erouault | 2017-06-30 | 1 | -4/+4 |
* | * libtiff/tif_dirwrite.c: in TIFFWriteDirectoryTagCheckedXXXX() | erouault | 2017-06-30 | 1 | -5/+17 |
* | * libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedStripAndAllocBuffer() | erouault | 2017-06-30 | 3 | -38/+110 |
* | * libtiff/tif_read.c: TIFFFillTile(): add limitation to the number | erouault | 2017-06-30 | 1 | -1/+34 |
* | * libtiff/tiffiop.h, libtiff/tif_jpeg.c, libtiff/tif_jpeg_12.c, | erouault | 2017-06-29 | 4 | -15/+79 |
* | * libtiff/tif_dirread.c: in TIFFReadDirEntryFloat(), check that a | erouault | 2017-06-27 | 1 | -1/+3 |
* | * libtiff/tif_jbig.c: fix memory leak in error code path of JBIGDecode() | erouault | 2017-06-26 | 1 | -1/+2 |
* | * libjpeg/tif_jpeg.c: error out at decoding time if anticipated libjpeg | erouault | 2017-06-24 | 1 | -1/+50 |
* | * libtiff/tif_jpeg.c: add anti-denial of service measure to avoid excessive | erouault | 2017-06-24 | 1 | -1/+33 |
* | * libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro to | erouault | 2017-06-18 | 6 | -51/+74 |
* | * libtiff/tif_dirread.c: TIFFFetchStripThing(): limit the number of items | erouault | 2017-06-12 | 1 | -17/+32 |
* | * libtiff/tif_dirread.c: fix regression of libtiff 4.0.8 in | erouault | 2017-06-12 | 1 | -1/+6 |
* | * libtiff/tif_swab.c: if DISABLE_CHECK_TIFFSWABMACROS is defined, do not do | erouault | 2017-06-08 | 1 | -12/+12 |
* | * libtiff/tif_dirinfo.c, tif_dirread.c: add _TIFFCheckFieldIsValidForCodec(), | erouault | 2017-06-01 | 3 | -3/+111 |
* | * libtiff/tif_getimage.c: initYCbCrConversion(): stricter validation for | erouault | 2017-05-29 | 1 | -2/+2 |
* | * libtiff/tif_color.c: TIFFYCbCrToRGBInit(): stricter clamping to avoid | erouault | 2017-05-29 | 1 | -4/+4 |
* | libtiff 4.0.8 releasedRelease-v4-0-8 | bfriesen | 2017-05-21 | 1 | -2/+2 |
* | * libtiff/tif_getimage.c: initYCbCrConversion(): stricter validation for | erouault | 2017-05-20 | 1 | -7/+12 |
* | * libtiff/tif_getimage.c: initYCbCrConversion(): check luma[1] is not zero | erouault | 2017-05-18 | 1 | -1/+3 |
* | * libtiff/tif_read.c: _TIFFVSetField(): fix outside range cast of double to | erouault | 2017-05-17 | 1 | -2/+2 |
* | * libtiff/tif_getimage.c: initYCbCrConversion(): add basic validation of | erouault | 2017-05-17 | 1 | -1/+24 |