diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html
index 7c5051f7..df3b47bc 100644
--- a/abi-check/changelog/openjpeg/current/log.html
+++ b/abi-check/changelog/openjpeg/current/log.html
@@ -20,7 +20,16 @@
commit 9701b3305db58d35e4446946309f88937e2f5342 +commit ac3737372a00b8778b528094dd5bd58a74f67d42 +Merge: 9701b33 4cb1f66 +Author: Even Rouault <even.rouault@spatialys.com> +Date: 2019-11-17 13:08:41 +0100 + + Merge pull request #1217 from rouault/fix_ossfuzz_18979 + + pi.c: avoid integer overflow, resulting in later invalid access to memory in opj_t2_decode_packets() + +commit 9701b3305db58d35e4446946309f88937e2f5342 Author: Robert Ancell <robert.ancell@gmail.com> Date: 2019-11-17 15:09:59 +1300 @@ -48,6 +57,12 @@ Date: 2019-11-17 01:35:26 +0100 and recreating them. It is likely that some tooling has evolved since the initial v2.3.1 report generation. +commit 4cb1f663049aab96e122d1ff16f601d0cc0be976 +Author: Even Rouault <even.rouault@spatialys.com> +Date: 2019-11-17 01:18:26 +0100 + + pi.c: avoid integer overflow, resulting in later invalid access to memory in opj_t2_decode_packets(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18979 + commit 5875a6b44618fb7dfd5cd6d742533eaee2014060 Author: Even Rouault <even.rouault@spatialys.com> Date: 2019-10-03 11:04:30 +0200 @@ -879,20 +894,6 @@ Date: 2018-02-25 18:21:23 +0100 fix unchecked integer multiplication overflow -commit 06f7d412435ddb62f8e9935af7e306783bc4b75b -Author: Even Rouault <even.rouault@spatialys.com> -Date: 2018-02-18 14:38:16 +0100 - - bench_dwt: fix wrong index in iteration (issue found by Fethi Migaou) - -commit 24d08ff94ad8b0f51534e46f87cf5a2f2f85d22a -Author: setharnold <seth.arnold@gmail.com> -Date: 2018-02-14 17:46:38 -0800 - - fix unchecked integer multiplication overflow - - Hello, this fixes an unchecked integer multiplication overflow. Thanks. - ...