libtiff/tools
Even Rouault edde1c583a * tools/tiffcrop.c: fix various out-of-bounds write vulnerabilities
in heap or stack allocated buffers. Reported as MSVR 35093,
MSVR 35096 and MSVR 35097. Discovered by Axel Souchet and Vishal
Chauhan from the MSRC Vulnerabilities & Mitigations team.
* tools/tiff2pdf.c: fix out-of-bounds write vulnerabilities in
heap allocate buffer in t2p_process_jpeg_strip(). Reported as MSVR
35098. Discovered by Axel Souchet and Vishal Chauhan from the MSRC
Vulnerabilities & Mitigations team.
* libtiff/tif_pixarlog.c: fix out-of-bounds write vulnerabilities
in heap allocated buffers. Reported as MSVR 35094. Discovered by
Axel Souchet and Vishal Chauhan from the MSRC Vulnerabilities &
Mitigations team.
* libtiff/tif_write.c: fix issue in error code path of TIFFFlushData1()
that didn't reset the tif_rawcc and tif_rawcp members. I'm not
completely sure if that could happen in practice outside of the odd
behaviour of t2p_seekproc() of tiff2pdf). The report points that a
better fix could be to check the return value of TIFFFlushData1() in
places where it isn't done currently, but it seems this patch is enough.
Reported as MSVR 35095. Discovered by Axel Souchet & Vishal Chauhan &
Suha Can from the MSRC Vulnerabilities & Mitigations team.
2016-09-23 22:12:18 +00:00
..
.cvsignore ignore various windows intermediate files 2012-06-16 17:05:37 +00:00
CMakeLists.txt * tools/Makefile.am: The libtiff tools bmp2tiff, gif2tiff, 2016-06-05 19:53:59 +00:00
fax2ps.c * tools/tiff2pdf.c: Fix compiler warning about unused function 2015-09-06 18:24:27 +00:00
fax2tiff.c fax2tiff eliminate warning about cast to thandle_t. 2015-08-23 15:40:45 +00:00
Makefile.am * tools/Makefile.am: The libtiff tools bmp2tiff, gif2tiff, 2016-06-05 19:53:59 +00:00
Makefile.in * tools/Makefile.am: The libtiff tools bmp2tiff, gif2tiff, 2016-06-05 19:53:59 +00:00
Makefile.lcc * tools/Makefile.am: The libtiff tools bmp2tiff, gif2tiff, 2016-06-05 19:53:59 +00:00
Makefile.vc * tools/Makefile.am: The libtiff tools bmp2tiff, gif2tiff, 2016-06-05 19:53:59 +00:00
pal2rgb.c * libtiff/tif_config.vc.h: Make adjustments to match the new 2015-06-21 01:09:09 +00:00
ppm2tiff.c * libtiff/tif_config.vc.h: Make adjustments to match the new 2015-06-21 01:09:09 +00:00
raw2tiff.c Support large files under Windows using tif_unix.c and libtiff tools. 2015-08-19 02:31:04 +00:00
rgb2ycbcr.c * tools/rgb2ycbcr.c: validate values of -v and -h parameters to 2016-08-15 21:26:56 +00:00
thumbnail.c * libtiff/tif_config.vc.h: Make adjustments to match the new 2015-06-21 01:09:09 +00:00
tiff2bw.c * tools/tiff2bw.c: fix weight computation that could result of color 2016-08-15 22:01:31 +00:00
tiff2pdf.c * tools/tiffcrop.c: fix various out-of-bounds write vulnerabilities 2016-09-23 22:12:18 +00:00
tiff2ps.c * libtiff/tif_config.vc.h: Make adjustments to match the new 2015-06-21 01:09:09 +00:00
tiff2rgba.c * tools/tiff2rgba.c: Fix integer overflow in size of allocated 2016-08-15 20:06:40 +00:00
tiffcmp.c * libtiff/tif_config.vc.h: Make adjustments to match the new 2015-06-21 01:09:09 +00:00
tiffcp.c * libtiff/tif_config.vc.h: Make adjustments to match the new 2015-06-21 01:09:09 +00:00
tiffcrop.c * tools/tiffcrop.c: fix various out-of-bounds write vulnerabilities 2016-09-23 22:12:18 +00:00
tiffdither.c * libtiff/tif_config.vc.h: Make adjustments to match the new 2015-06-21 01:09:09 +00:00
tiffdump.c Fix build failure due to previous commit 2016-07-10 16:56:18 +00:00
tiffgt.c * tools/tiffgt.c: Silence glut API deprecation warnings on MacOS 2015-09-06 20:42:20 +00:00
tiffinfo.c * libtiff/tif_config.vc.h: Make adjustments to match the new 2015-06-21 01:09:09 +00:00
tiffinfoce.c * tools/tiffinfoce.c: strip byte counts are uint64* now 2010-12-11 19:33:48 +00:00
tiffmedian.c * libtiff/tif_config.vc.h: Make adjustments to match the new 2015-06-21 01:09:09 +00:00
tiffset.c * tools/tiffset.c: tiffset now supports a -u option to unset a 2012-12-04 03:02:37 +00:00
tiffsplit.c * tools/tiffsplit.c (cpTiles): Fix Coverity 1024304 "Resource 2015-05-28 13:10:26 +00:00