summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * libtiff 4.0.7 released.v4.0.7Release-v4-0-7Bob Friesenhahn2016-11-1911-27/+45
* * tools/tiffdump.c (ReadDirectory): Remove uint32 cast toBob Friesenhahn2016-11-192-7/+13
* Assign CVE numbersEven Rouault2016-11-191-2/+2
* * tools/tiffcrop.c: Fix memory leak in (recent) error code path.Even Rouault2016-11-182-1/+7
* Cast away unused return value from snprintf() to possibly eliminate a compila...Bob Friesenhahn2016-11-181-2/+2
* * libtiff/tif_getimage.c: Fix some benign warnings which appear inBob Friesenhahn2016-11-182-5/+13
* * libtiff/tif_dirread.c: in TIFFFetchNormalTag(), do not dereferenceEven Rouault2016-11-162-3/+12
* Assign CVE-2016-9297 numberEven Rouault2016-11-141-1/+1
* Move mis-classified change note.Bob Friesenhahn2016-11-121-7/+7
* * tools/tiffinfo.c (TIFFReadContigTileData): Fix signed/unsignedBob Friesenhahn2016-11-122-6/+11
* tmsize_t is a signed type so change casting to cast to unsigned type before c...Bob Friesenhahn2016-11-121-2/+2
* * tools/tiffcrop.c (readContigTilesIntoBuffer): FixBob Friesenhahn2016-11-122-2/+5
* * html/v4.0.7.html: Add a file to document the pending 4.0.7Bob Friesenhahn2016-11-122-0/+404
* Fix typo in commentEven Rouault2016-11-121-2/+2
* Fix typo in commentEven Rouault2016-11-111-2/+2
* * tools/tiff2pdf.c: avoid undefined behaviour related to overlappingEven Rouault2016-11-112-2/+14
* * tools/tiff2pdf.c: fix potential integer overflows on 32 bit buildsEven Rouault2016-11-112-1/+15
* Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2587 (CVE-2016-9273)Even Rouault2016-11-111-1/+1
* * libtiff/tif_aux.c: fix crash in TIFFVGetFieldDefaulted()Even Rouault2016-11-112-6/+20
* * libtiff/tif_dirread.c: in TIFFFetchNormalTag(), make sure thatEven Rouault2016-11-112-1/+19
* * libtiff/tif_dirread.c: reject images with OJPEG compression thatEven Rouault2016-11-112-2/+13
* * tools/tiffcrop.c: fix multiple uint32 overflows inEven Rouault2016-11-112-5/+49
* * libtiff/tif_strip.c: make TIFFNumberOfStrips() return the td->td_nstripsEven Rouault2016-11-092-1/+18
* * libtiff/tif_predic.c: fix memory leaks in error code paths added inEven Rouault2016-11-042-3/+12
* * libtiff/tif_predict.h, libtiff/tif_predict.c:Even Rouault2016-10-313-49/+123
* * tools/fax2tiff.c: fix segfault when specifying -r withoutEven Rouault2016-10-252-2/+8
* Fixing last ChangeLog entryEven Rouault2016-10-251-1/+1
* * libtiff/tif_dir.c: discard values of SMinSampleValue andEven Rouault2016-10-253-4/+57
* * tools/tiffinfo.c: fix out-of-bound read on some tiled images.Even Rouault2016-10-253-7/+30
* * tools/tiffcrop.c: fix out-of-bound read of up to 3 bytes inEven Rouault2016-10-142-2/+17
* * tools/tiff2pdf.c: fix write buffer overflow of 2 bytes on JPEGEven Rouault2016-10-092-8/+18
* * tools/tiffcp.c: fix out-of-bounds write on tiled images with oddEven Rouault2016-10-082-3/+10
* * tools/tiff2pdf.c: fix read -largely- outsize of buffer inEven Rouault2016-10-082-3/+11
* * tools/tiffcp.c: fix read of undefined variable in case of missingEven Rouault2016-10-083-7/+19
* * html: Change as many remotesensing.org broken links to a workingBob Friesenhahn2016-09-25182-379/+382
* * libtiff/tif_getimage.c (TIFFRGBAImageOK): Reject attempts toBob Friesenhahn2016-09-243-22/+42
* * tools/tiffcrop.c: fix various out-of-bounds write vulnerabilitiesEven Rouault2016-09-235-39/+96
* * html/man/index.html: Comment out links to documentation forBob Friesenhahn2016-09-202-4/+9
* * libtiff/tif_lzma.c: typo fix in commentEven Rouault2016-09-172-2/+6
* * libtiff/*.c: fix warnings raised by clang 3.9 -WcommaEven Rouault2016-09-0412-92/+205
* * libtiff/tif_dirwrite.c, libtiff/tif_color.c: fix warnings raisedEven Rouault2016-09-032-3/+4
* * libtiff/tif_dirwrite.c: fix warnings raised by GCC 5 -Wfloat-conversionEven Rouault2016-09-022-7/+11
* * tools/tiffcrop.c: fix C99'ism.Even Rouault2016-08-162-2/+6
* * tools/tiff2bw.c: fix weight computation that could result of colorEven Rouault2016-08-152-2/+8
* Fix signed vs unsigned comparisonEven Rouault2016-08-151-2/+2
* * tools/rgb2ycbcr.c: validate values of -v and -h parameters toEven Rouault2016-08-152-1/+10
* * tools/tiffcrop.c: Fix out-of-bounds write in loadImage().Even Rouault2016-08-152-4/+63
* * libtiff/tif_pixarlog.c: Fix write buffer overflow in PixarLogEncodeEven Rouault2016-08-152-2/+17
* * tools/tiff2rgba.c: Fix integer overflow in size of allocatedEven Rouault2016-08-152-5/+39
* (CVE-2016-5321 / CVE-2016-5323 , bugzilla #2558 / #2559)Even Rouault2016-07-112-10/+10