summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* * tools/tiffcrop.c: Avoid access outside of stack allocated arrayerouault2016-07-111-2/+2
* Fix build failure due to previous commiterouault2016-07-101-2/+3
* * tools/tiffdump.c: fix a few misaligned 64-bit reads warnederouault2016-07-101-12/+11
* * html/bugs.html: Replace Andrey Kiselev with Bob Friesenhahn forbfriesen2016-04-081-7/+19
* * libtiff/*.c: fix clang -Wshorten-64-to-32 warningserouault2015-11-181-18/+7
* * tools/tiffgt.c: Silence glut API deprecation warnings on MacOSbfriesen2015-09-061-2/+11
* * tools/tiff2pdf.c: Fix compiler warning about unused functionbfriesen2015-09-062-4/+14
* * Makefile.am (distcheck-hook), configure.ac: Applied patches bybfriesen2015-09-011-0/+1
* All the CMakeLists.txt files were missing from the distribution tarball.bfriesen2015-08-302-2/+7
* fax2tiff eliminate warning about cast to thandle_t.bfriesen2015-08-231-3/+19
* Fix Cmake build issues caused by Windows large file updates.bfriesen2015-08-211-0/+1
* Support large files under Windows using tif_unix.c and libtiff tools.bfriesen2015-08-196-40/+34
* * CMakeLists.txt: Add CMake patchset by Roger Leigh as posted tobfriesen2015-06-252-3/+144
* * libtiff/tif_config.vc.h: Make adjustments to match the newbfriesen2015-06-2124-41/+95
* From Jay Berkenbilt on Bug 2401.faxguy2015-06-141-1/+2
* change ColorTransform from "0" to "1" following Bugzilla Bug #2150.faxguy2015-06-141-2/+2
* From Eduardo Robles Elvira:faxguy2015-06-132-11/+22
* From Antti S. Lankila on:faxguy2015-06-131-2/+3
* From Yuriy M. Kaminskiy:faxguy2015-06-131-1/+63
* * tools/gif2tiff.c (readgifimage): Fix Coverity 1024222 "Untrustedbfriesen2015-05-301-21/+61
* * tools/tiff2pdf.c (t2p_readwrite_pdf_image): Fix Coverity 1024181bfriesen2015-05-301-11/+18
* * tools/raw2tiff.c (main): Fix Coverity 1024887 "Unchecked returnbfriesen2015-05-301-25/+55
* * tools/tiff2pdf.c (t2p_readwrite_pdf_image): Fix Coverity 298621bfriesen2015-05-301-8/+8
* * tools/bmp2tiff.c (main): Fix Coverity 1024225 "Untrusted valuebfriesen2015-05-291-163/+228
* * tools/tiffcp.c: Fix Coverity 1024306, 1024307, 1024308, 1024309bfriesen2015-05-281-3/+3
* * tools/tiffsplit.c (cpTiles): Fix Coverity 1024304 "Resourcebfriesen2015-05-281-1/+3
* (main): Quiet Coverity 1024223 "Untrusted value as argument".bfriesen2015-05-281-6/+7
* (main): Fix Coverity 1301206: "Integer handling issues (BAD_SHIFT)".bfriesen2015-05-281-3/+2
* * tools/ras2tiff.c: Fix Sun Raster header definition to be safebfriesen2015-05-282-10/+32
* (get_histogram): Quiet Coverity 1024386 "Out-of-bounds read".bfriesen2015-05-281-4/+10
* * tools/tiffmedian.c (GetInputLine): Fix Coverity 1024795 "Nestingbfriesen2015-05-281-18/+22
* (loadImage): Fix Coverity 1299740 "Out-of-bounds write".bfriesen2015-05-281-2/+2
* (loadImage): Fix Coverity 1299741 "Dereference before null check".bfriesen2015-05-281-5/+5
* (writeCroppedImage): Fix Coverity 1024797 "Nesting level does notbfriesen2015-05-281-9/+10
* (writeSingleSection): Fix Coverity 1024796 "Nesting level does notbfriesen2015-05-281-8/+9
* (readContigTilesIntoBuffer): Fix Coverity 1024586 "Logically deadbfriesen2015-05-281-3/+3
* (readContigStripsIntoBuffer): Fix Coverity 1024545 "Division orbfriesen2015-05-281-27/+31
* * tools/tiffcrop.c (ROTATE_ANY): Fix Coverity 1294542 "Logicalbfriesen2015-05-282-3/+2
* * tools/tiffdither.c: check memory allocations to avoid writing toerouault2015-03-021-6/+17
* * 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