From e254e3d7a2a9a475fa490e108ca194405d0f1ed1 Mon Sep 17 00:00:00 2001 From: erouault Date: Sat, 15 Jul 2017 11:13:46 +0000 Subject: * tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" mode on PlanarConfig=Contig input images. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 Reported by team OWL337 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b4771234..1b5490f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-07-15 Even Rouault + + * tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw" + mode on PlanarConfig=Contig input images. + Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2715 + Reported by team OWL337 + 2017-07-11 Even Rouault * libtiff/tif_dir.c: avoid potential null pointer dereference in -- cgit v1.2.1