summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tiff2ps: fix use of wrong data type that caused issues (/Height being written...Even Rouault2019-08-181-6/+6
* Merge branch 'bug2799' into 'master'Even Rouault2019-05-081-11/+7
|\
| * fix fax2tiffYuri Aksenov2019-02-021-11/+7
* | Merge branch 'bug_2844' into 'master'Even Rouault2019-04-251-2/+2
|\ \
| * | PSDataColorContig(): avoid heap buffer overrunThomas Bernard2019-02-241-2/+2
* | | tiff2pdf.c: don't call t2p_tile_collapse_left() when buffer size is wrongThomas Bernard2019-02-281-7/+14
* | | tiff2pdf.c: check colormap pointersThomas Bernard2019-02-281-10/+24
* | | tiff2ps.c: fix warning caused by integer promotionThomas Bernard2019-02-221-4/+4
|/ /
* | Merge branch 'issue_2833' into 'master'Even Rouault2019-02-191-1/+8
|\ \
| * | tiffcp.c: use INT_MAXThomas Bernard2019-02-111-1/+2
| * | check that (Tile Width)*(Samples/Pixel) do no overflowThomas Bernard2019-02-111-1/+7
* | | tiffcrop.c: fix invertImage() for bps 2 and 4Thomas Bernard2019-02-111-31/+6
|/ /
* | Merge branch 'master' into 'master'Even Rouault2019-02-021-1/+6
|\ \
| * | Fix for simple memory leak that was assigned CVE-2019-6128.Scott Gayou2019-01-231-1/+6
| |/
* | Merge branch 'bug2835' into 'master'Even Rouault2019-02-021-1/+1
|\ \
| * | tiff2ps: fix heap-buffer-overflowThomas Bernard2019-01-291-1/+1
| |/
* | tiffcrop: shut up clang warningsThomas Bernard2019-01-281-10/+10
|/
* Fix tiff2ps error regarding "Inconsistent value of es" by allowing es to be z...Bob Friesenhahn2019-01-051-2/+2
* Merge branch 'resource-leaks' into 'master'Even Rouault2018-12-072-0/+3
|\
| * Fix two resource leaksNikola Forró2018-10-312-0/+3
* | tiffcrop.c: Avoid new clang warning about tools/tiffcrop.c "size argument in ...Bob Friesenhahn2018-12-011-10/+12
* | tiff2pdf: Eliminate compiler warning about snprintf output truncation when fo...Bob Friesenhahn2018-11-031-7/+7
* | 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-032-8/+0
|/
* tiff2bw: avoid null pointer dereference in case of out of memory situation. F...Even Rouault2018-10-301-1/+26
* Merge branch 'tif_webp' into 'master'Even Rouault2018-10-051-1/+13
|\
| * webp in tiffNorman Barker2018-10-051-1/+13
* | fix out-of-bound read on some tiled images.Young_X2018-09-081-6/+20
* | avoid potential int32 overflows in multiply_ms()Young_X2018-09-081-6/+7
* | only read/write TIFFTAG_GROUP3OPTIONS or TIFFTAG_GROUP4OPTIONS if compression...Young_X2018-09-082-2/+34
|/
* tiffset: Add support for LONG8, SLONG8 and IFD8 field typesRoger Leigh2018-03-231-1/+19
* Fix some typosStefan Weil2018-02-246-24/+24
* Merge branch 'zstd'Even Rouault2018-02-141-1/+8
|\
| * Add ZSTD compression codecEven Rouault2017-12-211-1/+8
* | Fix for bug 2772Nathan Baker2018-02-122-2/+21
* | Fix all compiler warnings for default buildNathan Baker2018-02-044-22/+26
* | Merge branch 'patch-1' into 'master'Even Rouault2018-01-271-1/+1
|\ \
| * | Update CMakeLists.txt for build fix on WindowsAndrea2018-01-241-1/+1
| |/
* | Merge branch 'patch-2' into 'master'Even Rouault2018-01-271-0/+5
|\ \
| * | Update tiffgt.c for build fix on WindowsAndrea2018-01-241-0/+5
| |/
* | Add workaround to pal2rgb buffer overflow.Nathan Baker2018-01-251-2/+15
|/
* tiff2pdf: Fix apparent incorrect type for transfer tableBrian May2017-12-111-6/+6
* tiff2pdf: Fix CVE-2017-9935Brian May2017-12-111-21/+44
* Merge branch 'remove_autogenerated_files' into 'master'Even Rouault2017-12-022-983/+0
|\
| * Remove remaining .cvsignore filesEven Rouault2017-12-011-27/+0
| * Remove autoconf/automake generated files, and add them to .gitignoreEven Rouault2017-12-011-956/+0
* | 'tif_config.h' or 'tiffio.h' must be included before any system header.tif_config_h_includesBob Friesenhahn2017-12-021-0/+1
|/
* Regenerate autoconf filesEven Rouault2017-11-301-0/+1
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-3024-45/+2
* * tools/tiff2bw.c (main): Free memory allocated in the tiff2bwBob Friesenhahn2017-11-011-12/+28