summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-05-10 15:21:16 +0000
committerEven Rouault <even.rouault@spatialys.com>2017-05-10 15:21:16 +0000
commit328189565baea5e1d4df45311cdb8c8ae0d45915 (patch)
tree0d251861c8e444b76b099f543ff4f6cdbc75d389 /ChangeLog
parent8fb826526005f8275687a932b52dce5c65203deb (diff)
downloadlibtiff-git-328189565baea5e1d4df45311cdb8c8ae0d45915.tar.gz
* libtiff/tif_zip.c, tif_pixarlog.c, tif_predict.c: fix memory
leak when the underlying codec (ZIP, PixarLog) succeeds its setupdecode() method, but PredictorSetup fails. Credit to OSS-Fuzz (locally run, on GDAL)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0352e1a..bbba7ddb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2017-05-10 Even Rouault <even.rouault at spatialys.com>
+ * libtiff/tif_zip.c, tif_pixarlog.c, tif_predict.c: fix memory
+ leak when the underlying codec (ZIP, PixarLog) succeeds its
+ setupdecode() method, but PredictorSetup fails.
+ Credit to OSS-Fuzz (locally run, on GDAL)
+
+2017-05-10 Even Rouault <even.rouault at spatialys.com>
+
* libtiff/tif_read.c: TIFFFillStrip(): add limitation to the number
of bytes read in case td_stripbytecount[strip] is bigger than
reasonable, so as to avoid excessive memory allocation.