diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html index d5532380..40b81c41 100644 --- a/abi-check/changelog/openjpeg/current/log.html +++ b/abi-check/changelog/openjpeg/current/log.html @@ -20,7 +20,13 @@

Changelog from Git



-
commit 67ec360f48aeded95d06578e717bdf40a8e6d16f
+
commit eaa098b59b346cb88e4d10d505061f669d7134fc
+Author: Even Rouault <even.rouault@spatialys.com>
+Date:   2020-11-23 13:49:05 +0100
+
+    Encoder: grow buffer size in opj_tcd_code_block_enc_allocate_data() to avoid write heap buffer overflow in opj_mqc_flush (fixes #1283)
+
+commit 67ec360f48aeded95d06578e717bdf40a8e6d16f
 Author: Even Rouault <even.rouault@spatialys.com>
 Date:   2020-11-23 13:38:27 +0100
 
@@ -898,23 +904,6 @@ Date:   2018-12-21 16:41:00 +0100
     
     convertbmp: detect invalid file dimensions early (CVE-2018-6616)
 
-commit 8ee335227bbcaf1614124046aa25e53d67b11ec3
-Author: Hugo Lefeuvre <hle@debian.org>
-Date:   2018-12-14 04:58:40 +0100
-
-    convertbmp: detect invalid file dimensions early
-    
-    width/length dimensions read from bmp headers are not necessarily
-    valid. For instance they may have been maliciously set to very large
-    values with the intention to cause DoS (large memory allocation, stack
-    overflow). In these cases we want to detect the invalid size as early
-    as possible.
-    
-    This commit introduces a counter which verifies that the number of
-    written bytes corresponds to the advertized width/length.
-    
-    Fixes #1059 (CVE-2018-6616).
-
 ...
diff --git a/abi-check/db/openjpeg/Tracker.data b/abi-check/db/openjpeg/Tracker.data index ae9a7e06..c9314525 100644 --- a/abi-check/db/openjpeg/Tracker.data +++ b/abi-check/db/openjpeg/Tracker.data @@ -705,7 +705,7 @@ $VAR1 = { '2.2.0' => '2017-08-10 00:31', '2.3.0' => '2017-10-04 22:23', '2.3.1' => '2019-04-02 10:08', - 'current' => '2020-11-23 13:38:27' + 'current' => '2020-11-23 13:49:05' }, 'HeadersDiff' => { '1.1' => { @@ -813,7 +813,7 @@ $VAR1 = { 'Maintainer' => 'OpenJPEG team', 'MaintainerUrl' => 'http://www.openjpeg.org/', 'PackageDiff' => {}, - 'ScmUpdateTime' => '1606142296', + 'ScmUpdateTime' => '1606150095', 'Soname' => { '1.1' => { 'lib/libopenjpeg.so' => 'libopenjpeg.so' diff --git a/abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.a b/abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.a index fd7873e3..90b51874 100644 Binary files a/abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.a and b/abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.a differ diff --git a/abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.so.2.3.1 b/abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.so.2.3.1 index ce728ac7..649f6e4f 100644 Binary files a/abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.so.2.3.1 and b/abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.so.2.3.1 differ diff --git a/abi-check/installed/openjpeg/current/lib/libopenjp2.a b/abi-check/installed/openjpeg/current/lib/libopenjp2.a index 6c9f35a3..2d7c76d8 100644 Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.a and b/abi-check/installed/openjpeg/current/lib/libopenjp2.a differ diff --git a/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.1 b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.1 index ec350729..eeda45aa 100644 Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.1 and b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.1 differ diff --git a/abi-check/timeline/openjpeg/index.html b/abi-check/timeline/openjpeg/index.html index 934c18cc..2d2a2d27 100644 --- a/abi-check/timeline/openjpeg/index.html +++ b/abi-check/timeline/openjpeg/index.html @@ -30,7 +30,7 @@ Headers
Diff current -2020-11-23
13:38 +2020-11-23
13:49 7 changelog 100% @@ -179,7 +179,7 @@ N/A N/A -
Maintained by OpenJPEG team. Last updated on Mon Nov 23 14:38:54 2020.
+
Maintained by OpenJPEG team. Last updated on Mon Nov 23 16:48:52 2020.


abi-laboratory.pro