summaryrefslogtreecommitdiff
path: root/tools/tiffcrop.c
Commit message (Expand)AuthorAgeFilesLines
* Use TIFF_SSIZE_FORMAT for formatting tmsize_tRoger Leigh2021-02-041-1/+1
* tiffcrop: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-154/+150
* Use standard C99 integer typesRoger Leigh2021-01-211-778/+776
* Merge branch 'std-int-types' into 'master'Even Rouault2021-01-151-1/+1
|\
| * Use stdint.h types when availableRoger Leigh2021-01-061-1/+1
* | tiff tools: include 'libport.h', remove local definition of 'getopt()'miguel2021-01-051-8/+1
|/
* Remove non-functional VMS supportRoger Leigh2021-01-021-4/+0
* Fix spelling mistakes.Kurt Schwehr2020-12-311-5/+5
* Reduce initialized data by making more data const and simplifying usage() imp...Bob Friesenhahn2020-12-281-148/+145
* tiff tools: made display of compression methods and their parameters conditio...miguel2020-12-251-37/+48
* tiffcrop: fix buffer overrun in extractContigSamples24bits()Thomas Bernard2020-11-181-2/+18
* tiffcrop: -h / -v prints usage/version to stdoutThomas Bernard2020-04-261-64/+72
* tiffcrop: enforce memory allocation limitThomas Bernard2020-04-031-22/+46
* tiffcrop: fix asan runtime error caused by integer promotionThomas Bernard2020-02-081-2/+2
* adds missing checks on TIFFGetField in tiffcrop tool (fixes #170)Bug Checkers2019-11-041-3/+4
* tiffcrop.c: fix invertImage() for bps 2 and 4Thomas Bernard2019-02-111-31/+6
* tiffcrop: shut up clang warningsThomas Bernard2019-01-281-10/+10
* 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