libtiff/tools
Thomas Bernard a242136916
tiff2ps.c: fix warning caused by integer promotion
uint8 value is promoted to int in (value << 24) so -fsanitize
yield runtime errors :
tiff2ps.c:2969:33: runtime error: left shift of 246 by 24 places cannot be represented in type 'int'
2019-02-22 16:23:33 +01:00
..
CMakeLists.txt Update CMakeLists.txt for build fix on Windows 2018-01-24 01:19:44 +00:00
fax2ps.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
fax2tiff.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
Makefile.am * tools/Makefile.am: The libtiff tools bmp2tiff, gif2tiff, 2016-06-05 19:53:59 +00:00
Makefile.lcc Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
Makefile.vc Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
pal2rgb.c Fix for simple memory leak that was assigned CVE-2019-6128. 2019-01-23 15:09:59 -05:00
ppm2tiff.c Fix two resource leaks 2018-10-31 11:50:48 +01:00
raw2tiff.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
rgb2ycbcr.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
thumbnail.c Fix some typos 2018-02-24 21:47:52 +01:00
tiff2bw.c Eliminate compiler warnings about duplicate definitions of streq/strneq macros. 2018-11-03 09:35:19 -05:00
tiff2pdf.c Merge branch 'resource-leaks' into 'master' 2018-12-07 20:58:13 +00:00
tiff2ps.c tiff2ps.c: fix warning caused by integer promotion 2019-02-22 16:23:33 +01:00
tiff2rgba.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tiffcmp.c Fix all compiler warnings for default build 2018-02-04 23:54:17 +00:00
tiffcp.c tiffcp.c: use INT_MAX 2019-02-11 21:42:03 +01:00
tiffcrop.c tiffcrop.c: fix invertImage() for bps 2 and 4 2019-02-11 23:08:25 +01:00
tiffdither.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tiffdump.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tiffgt.c Update tiffgt.c for build fix on Windows 2018-01-24 01:25:13 +00:00
tiffinfo.c Fix some typos 2018-02-24 21:47:52 +01:00
tiffinfoce.c fix out-of-bound read on some tiled images. 2018-09-08 15:07:53 +08:00
tiffmedian.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
tiffset.c tiffset: Add support for LONG8, SLONG8 and IFD8 field types 2018-03-23 22:11:17 +00:00
tiffsplit.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00