diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html
index 6f77fb55..ad8710cc 100644
--- a/abi-check/changelog/openjpeg/current/log.html
+++ b/abi-check/changelog/openjpeg/current/log.html
@@ -20,7 +20,18 @@
commit ab4de904e7dc1deee83122cd2bf6e0e7f4eb2eb0 +commit af760007711bf93041d3eba3a41b9a48d365f303 +Author: Even Rouault <even.rouault@spatialys.com> +Date: 2017-08-16 13:36:52 +0200 + + tiftoimage(): fix read heap buffer overflow (#988) + + The number of components is given only by TIFFTAG_SAMPLESPERPIXEL / tiSpp. + Querying TIFFTAG_EXTRASAMPLES only give information about which channel is + the alpha channel, but we mostly ignore it for now, so remove that part of the + code. + +commit ab4de904e7dc1deee83122cd2bf6e0e7f4eb2eb0 Author: Even Rouault <even.rouault@spatialys.com> Date: 2017-08-16 13:11:36 +0200 @@ -592,12 +603,6 @@ Date: 2017-07-29 17:28:55 +0200 imagetopnm(): make sure the alpha component has same dimension as other components to avoid read heap buffer overflow (#970) -commit db9ef99f6dd054a84fa8382c02869fb0656abfc8 -Author: Even Rouault <even.rouault@spatialys.com> -Date: 2017-07-29 16:34:35 +0200 - - opj_t1_decode_cblk(): avoid undefined shift behaviour. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2487. Credit to OSS Fuzz - ...