summaryrefslogtreecommitdiff
path: root/tools/tiffcrop.c
Commit message (Expand)AuthorAgeFilesLines
* tiffcrop.c: Avoid new clang warning about tools/tiffcrop.c "size argument in ...Bob Friesenhahn2018-12-011-10/+12
* tiffcrop.c: Eliminate compiler warning about snprintf output truncation when ...Bob Friesenhahn2018-11-031-5/+5
* Eliminate compiler warnings about duplicate definitions of streq/strneq macros.Bob Friesenhahn2018-11-031-5/+0
* Fix some typosStefan Weil2018-02-241-6/+6
* Fix for bug 2772Nathan Baker2018-02-121-2/+11
* Fix all compiler warnings for default buildNathan Baker2018-02-041-7/+9
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_dirwrite.c: in TIFFWriteDirectoryTagCheckedRational, replaceEven Rouault2017-01-111-2/+1
* * tools/tiffcrop.c: fix integer division by zero when BitsPerSample is missing.Even Rouault2016-12-031-4/+4
* * tools/tiffcrop.c: add 3 extra bytes at end of strip buffer inEven Rouault2016-12-031-2/+12
* * tools/tiffcrop.c: fix readContigStripsIntoBuffer() in -i (ignore) mode soEven Rouault2016-12-031-2/+2
* * tools/tiffcrop.c: Fix memory leak in (recent) error code path.Even Rouault2016-11-181-1/+2
* 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-121-2/+2
* * tools/tiffcrop.c: fix multiple uint32 overflows inEven Rouault2016-11-111-5/+41
* * tools/tiffcrop.c: fix out-of-bound read of up to 3 bytes inEven Rouault2016-10-141-2/+11
* * tools/tiffcp.c: fix read of undefined variable in case of missingEven Rouault2016-10-081-4/+7
* * tools/tiffcrop.c: fix various out-of-bounds write vulnerabilitiesEven Rouault2016-09-231-2/+20
* * tools/tiffcrop.c: fix C99'ism.Even Rouault2016-08-161-2/+2
* * tools/tiffcrop.c: Fix out-of-bounds write in loadImage().Even Rouault2016-08-151-4/+57
* (CVE-2016-5321 / CVE-2016-5323 , bugzilla #2558 / #2559)Even Rouault2016-07-111-9/+9
* * tools/tiffcrop.c: Avoid access outside of stack allocated arrayEven Rouault2016-07-111-2/+2
* Support large files under Windows using tif_unix.c and libtiff tools.Bob Friesenhahn2015-08-191-2/+2
* * libtiff/tif_config.vc.h: Make adjustments to match the newBob Friesenhahn2015-06-211-7/+12
* From Eduardo Robles Elvira:Lee Howard2015-06-131-2/+2
* (loadImage): Fix Coverity 1299740 "Out-of-bounds write".Bob Friesenhahn2015-05-281-2/+2
* (loadImage): Fix Coverity 1299741 "Dereference before null check".Bob Friesenhahn2015-05-281-5/+5
* (writeCroppedImage): Fix Coverity 1024797 "Nesting level does notBob Friesenhahn2015-05-281-9/+10
* (writeSingleSection): Fix Coverity 1024796 "Nesting level does notBob Friesenhahn2015-05-281-8/+9
* (readContigTilesIntoBuffer): Fix Coverity 1024586 "Logically deadBob Friesenhahn2015-05-281-3/+3
* (readContigStripsIntoBuffer): Fix Coverity 1024545 "Division orBob Friesenhahn2015-05-281-27/+31
* * tools/tiffcrop.c (ROTATE_ANY): Fix Coverity 1294542 "LogicalBob Friesenhahn2015-05-281-2/+2
* * tools/tiffcrop.c: Fix warnings about variables set but not used.Bob Friesenhahn2014-12-261-49/+63
* Fix various crasher bugs on fuzzed images.Even Rouault2014-12-211-4/+5
* tools/thumbnail.c, tools/tiffcrop.c: fix heap read over-run found with Valgri...Even Rouault2014-12-071-3/+8
* * libtiff/tif_lzw.c: prevent potential null dereference ofEven Rouault2014-11-201-1/+6
* Replace sprintf with snprintf, to fix CVE-2013-1961.Tom Lane2013-05-021-6/+6
* * tools/tiffcrop.c: new release by Richard NoldeLee Howard2010-12-141-68/+96
* * tools/tiffcrop.c: Patch from Richard Nolde to avoid aBob Friesenhahn2010-07-131-24/+40
* * tools/tiffcrop.c: Patch from Richard Nolde. Reject YCbCrBob Friesenhahn2010-06-161-121/+127
* * tools/tiffcrop.c: Applied patch from Richard Nolde: CorrectedBob Friesenhahn2010-06-111-34/+168
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* * tools/tiffcrop.c: Updated tiffcrop from Richard Nolde. ThisBob Friesenhahn2009-11-031-415/+173
* * tools/tiffcrop.c, man/tiffcrop.1: New tiffcrop from RichardBob Friesenhahn2009-09-241-1130/+2191
* * tools/{tiffcrop.c,tiffgt.c}: Applied patch from Oden Eriksson toBob Friesenhahn2009-08-301-3/+3
* avoid defaulting image->res_unit to INCH in loadImage()Frank Warmerdam2009-02-061-2/+2
* initialize xres/yres values in case missing in fileFrank Warmerdam2009-01-231-2/+2
* introduce libport.h prototypes to reduce warningsFrank Warmerdam2009-01-221-2/+6
* * tools/tiff2ps.c: Incorporated significant functionality updateBob Friesenhahn2009-01-111-1519/+4735
* * libtiff/tiffio.h: GCC will now validate format specificationsBob Friesenhahn2008-12-311-3/+3