summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorerouault <erouault>2017-07-24 12:47:30 +0000
committererouault <erouault>2017-07-24 12:47:30 +0000
commit79545bf2663bc184cadab73287b5200ce8c82c83 (patch)
treeb15bed0a089aad7f7edc72e8820c721b8448c28f /ChangeLog
parent1d0ed76401cfeb4c8f973892aa653a969bc56feb (diff)
downloadlibtiff-79545bf2663bc184cadab73287b5200ce8c82c83.tar.gz
* libtiff/tif_luv.c: further reduce memory requirements for temporary
buffer when RowsPerStrip >= image_length in LogLuvInitState() and LogL16InitState(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2700 Credit to OSS Fuzz
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54b40afd..3da2b704 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2017-07-24 Even Rouault <even.rouault at spatialys.com>
+ * libtiff/tif_luv.c: further reduce memory requirements for temporary
+ buffer when RowsPerStrip >= image_length in LogLuvInitState() and
+ LogL16InitState().
+ Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2700
+ Credit to OSS Fuzz
+
+2017-07-24 Even Rouault <even.rouault at spatialys.com>
+
* libtiff/tif_getimage.c: fix fromskew computation when to-be-skipped
pixel number is not a multiple of the horizontal subsampling, and
also in some other cases. Impact putcontig8bitYCbCr44tile,