summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* * automake: updated to 1.15erouault2015-01-261-7/+19
* * tools/tiff2pdf.c: Fix two crashes (oCERT-2014-013)erouault2015-01-221-2/+32
* * tools/tiff2pdf.c: Fixed unsigned integer addition overflow detection.olivier2015-01-051-2/+2
* * Update bundled libtool to 2.4.4 release.bfriesen2014-12-291-65/+126
* * tools/tiffcrop.c: Fix warnings about variables set but not used.bfriesen2014-12-261-49/+63
* * tools/tiffgt.c: Fix warnings about unused parameters.bfriesen2014-12-261-1/+5
* * tools/tiff2pdf.c: fix buffer overflow on some YCbCr JPEG compressed images.erouault2014-12-241-2/+4
* * tools/tiff2pdf.c: fix buffer overflow on YCbCr JPEG compressed image.erouault2014-12-241-4/+4
* * tools/tiffdump.c: Guard against arithmetic overflow whenbfriesen2014-12-221-4/+19
* * tools/tiff2bw.c: when Photometric=RGB, the utility only works iferouault2014-12-211-1/+6
* * tools/pal2rgb.c, tools/thumbnail.c: fix crash by disabling TIFFTAG_INKNAMESerouault2014-12-212-4/+4
* * tools/thumbnail.c: fix out-of-buffer writeerouault2014-12-211-2/+8
* * tools/thumbnail.c, tools/tiffcmp.c: only read/write TIFFTAG_GROUP3OPTIONSerouault2014-12-212-5/+37
* * tools/tiff2pdf.c: check return code of TIFFGetField() when readingerouault2014-12-211-2/+10
* * tools/tiffcp.c: fix crash when converting YCbCr JPEG-compressed to none.erouault2014-12-211-1/+7
* Fix various crasher bugs on fuzzed images.erouault2014-12-214-10/+70
* * tools/tiff2pdf.c: Assure that memory size calculations forbfriesen2014-12-101-10/+10
* tools/thumbnail.c, tools/tiffcrop.c: fix heap read over-run found with Valgri...erouault2014-12-072-5/+15
* * tools/tiff2pdf.c (t2p_read_tiff_init): TIFFTAG_TRANSFERFUNCTIONbfriesen2014-12-071-7/+11
* * tools/tiffdump.c: Fix double-free bug.bfriesen2014-12-062-128/+70
* * libtiff/tif_lzw.c: prevent potential null dereference oferouault2014-11-205-10/+51
* * automake: updated to 1.14.1erouault2014-11-201-65/+126
* * tools/tiff2pdf.c: Preserve input file directory order when pagesolivier2014-10-201-3/+9
* * tools/tiff2rgba.c (]): Fixed tiff2rgba usage message in that zipbfriesen2014-06-081-2/+2
* Resolves a couple of buffer overflow issues pointed out by Pedro Ribeiro (ped...faxguy2013-09-201-3/+3
* From: David Ryskalczyk <d235j.1@gmail.com>faxguy2013-09-201-4/+4
* fix possible OOB write in gif2tiff.cfwarmerdam2013-08-141-1/+5
* make more resistent to corrupt/hostile input files (#2450, CVE-2013-4231)fwarmerdam2013-08-141-1/+3
* ensure return after memory allocation failure (#2449, CVS-2013-4232)fwarmerdam2013-08-141-2/+3
* initialize TIFFGetField() fetched values in tiffinfo.cfwarmerdam2013-07-101-8/+8
* Rewrite t2p_process_jpeg_strip(), to fix CVE-2013-1960.tgl2013-05-021-42/+63
* Replace sprintf with snprintf, to fix CVE-2013-1961.tgl2013-05-026-139/+106
* Sync tool usage printouts and man pages with reality.tgl2013-03-063-10/+16
* * tools/tiff2ps.c:Fix bug in auto rotate option code. Once abfriesen2013-01-261-2/+10
* Improve previous patch for CVE-2012-4564.tgl2012-12-101-15/+35
* * tools/tiffset.c: tiffset now supports a -u option to unset abfriesen2012-12-041-2/+18
* * automake: Update Automake to 1.12.5 release.bfriesen2012-11-181-1/+1
* fix zero size buffer exploit (CVE-2012-4564) in ppm2tifffwarmerdam2012-11-021-3/+12
* * Makefile.am: Update to Automake 1.12.4bfriesen2012-09-202-3/+3
* * Makefile.in: Update to Automake 1.12.3bfriesen2012-08-191-59/+108
* * libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Addbfriesen2012-08-191-38/+38
* Add accessor functions for the opaque type TIFFField.tgl2012-07-291-33/+32
* Fix a couple more tiff2pdf bugs.tgl2012-07-191-1/+3
* In tiff2pdf.c, fail when TIFFSetDirectory() fails.tgl2012-07-181-1/+2
* ignore various windows intermediate filesfwarmerdam2012-06-161-0/+1
* avoid some clang warningsfwarmerdam2012-06-152-6/+6
* Fix CVE-2012-2113tgl2012-06-151-28/+107
* nicer way to avoid reading data for non-image directoriesfwarmerdam2012-06-061-11/+8
* avoid reading imagery with -D in EXIF directoriesfwarmerdam2012-06-011-2/+6
* avoid uninitialized variable for degenerate filesfwarmerdam2012-05-241-3/+3