summaryrefslogtreecommitdiff
path: root/tools/tiff2pdf.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress potential unused variable warningRoger Leigh2021-02-061-1/+1
* Add additional TIFF_SSIZE_FORMAT usesRoger Leigh2021-02-051-7/+7
* Add TIFF_SIZE_FORMAT for portable use of %zRoger Leigh2021-02-041-5/+5
* Use TIFF_SSIZE_FORMAT for formatting tmsize_tRoger Leigh2021-02-041-16/+15
* libtiff: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-281-1/+1
* tiff2pdf: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-149/+149
* Use standard C99 integer typesRoger Leigh2021-01-211-209/+209
* Merge branch 'std-int-types' into 'master'Even Rouault2021-01-151-7/+7
|\
| * Use stdint.h types when availableRoger Leigh2021-01-061-7/+7
* | tiff tools: include 'libport.h', remove local definition of 'getopt()'miguel2021-01-051-8/+1
|/
* Merge branch 'issue-202' into 'master'Even Rouault2020-12-281-50/+29
|\
| * tiff2pdf.c: check that tiff_datasize fits in a signed tsize_tThomas Bernard2020-12-011-50/+29
* | Reduce initialized data by making more data const and simplifying usage() imp...Bob Friesenhahn2020-12-281-34/+30
* | tiff tools: made display of compression methods and their parameters conditio...miguel2020-12-251-9/+15
|/
* Merge branch 'issue-156' into 'master'Even Rouault2020-11-211-0/+8
|\
| * tiff2pdf: Check output size before writingThomas Bernard2020-11-181-0/+8
* | tiff2pdf: enforce memory limit for tiled pictures tooThomas Bernard2020-11-181-0/+7
|/
* Merge branch 'issue-220' into 'master'Even Rouault2020-11-141-3/+11
|\
| * tiff2pdf.c: properly calculate datasize when saving to JPEG YCbCrThomas Bernard2020-11-141-3/+11
* | avoid buffer overflow while writing jpeg end of file markerThomas Bernard2020-11-101-7/+7
|/
* tiff2pdf: print usage on stdout when -h is usedThomas Bernard2020-04-261-12/+14
* tiff2pdf: test the return code of TIFFReadRawStrip() and TIFFReadRawTile()Thomas Bernard2020-04-191-11/+56
* tiff2pdf.c: fix some whitespace problems in sourceThomas Bernard2020-04-191-62/+62
* tiff2pdf: get rid of uninitialized memory contentThomas Bernard2020-04-191-7/+17
* tiff2pdf: fix "raw" copy of Deflate streamsThomas Bernard2020-03-271-1/+5
* Merge branch 'issue-133' into 'master'Even Rouault2020-03-241-9/+13
|\
| * tiff2pdf: normalizePoint() macro to normalize the white pointThomas Bernard2020-03-241-15/+13
| * tiff2pdf: avoid divide by 0Thomas Bernard2020-03-181-9/+15
* | tiff2pdf: enforce maximum data sizeThomas Bernard2020-03-211-1/+16
* | tiff2pdf: "" causes the relevant argument not to be writtenThomas Bernard2020-03-211-37/+38
|/
* tiff2pdf: palette bound check in t2p_sample_realize_palette()Thomas Bernard2020-02-081-0/+5
* Fix Cmake HAVE_GETOPT for systems which declare getopt in stdio.h.Bob Friesenhahn2019-11-031-1/+1
* 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
* Merge branch 'resource-leaks' into 'master'Even Rouault2018-12-071-0/+1
|\
| * Fix two resource leaksNikola Forró2018-10-311-0/+1
* | tiff2pdf: Eliminate compiler warning about snprintf output truncation when fo...Bob Friesenhahn2018-11-031-7/+7
|/
* Fix for bug 2772Nathan Baker2018-02-121-0/+10
* Fix all compiler warnings for default buildNathan Baker2018-02-041-6/+7
* tiff2pdf: Fix apparent incorrect type for transfer tableBrian May2017-12-111-6/+6
* tiff2pdf: Fix CVE-2017-9935Brian May2017-12-111-21/+44
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-1/+1
* tiff2pdf.c: Fix possible overflow in bounds check computation and eliminate s...Bob Friesenhahn2017-10-291-3/+7
* * tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw"Even Rouault2017-07-151-2/+7
* * tools/tiff2pdf.c: avoid potential heap-based overflow inEven Rouault2016-12-201-2/+2
* * tools/tiff2pdf.c: avoid potential invalid memory read inEven Rouault2016-12-201-9/+11
* * tools/tiff2pdf.c: fix wrong usage of memcpy() that can triggerEven Rouault2016-12-201-2/+3
* * tools/tiff2pdf.c: prevent heap-based buffer overflow in -j modeEven Rouault2016-12-181-1/+7
* Fix typo in commentEven Rouault2016-11-111-2/+2
* * tools/tiff2pdf.c: avoid undefined behaviour related to overlappingEven Rouault2016-11-111-2/+7