summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-05-12 21:12:24 +0000
committerEven Rouault <even.rouault@spatialys.com>2017-05-12 21:12:24 +0000
commit2d7b1f8c1691ebb517ce7c8b070b7ccd7fb65432 (patch)
tree0933013ac5ee328a8e56cfef724b5f6fb9f2d6bc /ChangeLog
parent76084fb83112917e81aa4aa786d1e0c3e83638b3 (diff)
downloadlibtiff-git-2d7b1f8c1691ebb517ce7c8b070b7ccd7fb65432.tar.gz
* libtiff/tif_read.c: TIFFFillStripPartial():
avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds. 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 17a458a7..8c39763d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2017-05-12 Even Rouault <even.rouault at spatialys.com>
+ * libtiff/tif_read.c: TIFFFillStripPartial():
+ avoid excessive memory allocation in case of shorten files.
+ Only effective on 64 bit builds.
+ Credit to OSS-Fuzz (locally run, on GDAL)
+
+2017-05-12 Even Rouault <even.rouault at spatialys.com>
+
* libtiff/tif_read.c: TIFFFillStripPartial() / TIFFSeek(),
avoid potential integer overflows with read_ahead in
CHUNKY_STRIP_READ_SUPPORT mode. Should