diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html index 42b2d49b..85ac8ce4 100644 --- a/abi-check/changelog/openjpeg/current/log.html +++ b/abi-check/changelog/openjpeg/current/log.html @@ -20,7 +20,29 @@

Changelog from Git



-
commit 25b815dc460dbf9def7e6b822c8998727094f85a
+
commit d6b8aed5612e6be6d3a4053867fbd2ae0cb7c8af
+Merge: 25b815d a1d32a5
+Author: Even Rouault <even.rouault@mines-paris.org>
+Date:   2019-03-29 11:52:38 +0100
+
+    Merge pull request #1187 from rouault/fix_ubsan_in_opj_t1_encode_cblks
+    
+    opj_t1_encode_cblks: fix UBSAN signed integer overflow
+
+commit a1d32a596a94280178c44a55d7e7f1acd992ed5d
+Author: Even Rouault <even.rouault@spatialys.com>
+Date:   2019-03-29 11:17:39 +0100
+
+    opj_t1_encode_cblks: fix UBSAN signed integer overflow
+    
+    Fixes #1053 / CVE-2018-5727
+    
+    Note: I don't consider this issue to be a security vulnerability, in
+    practice.
+    At least with gcc or clang compilers on x86_64 which generate the same
+    assembly code with or without that fix.
+
+commit 25b815dc460dbf9def7e6b822c8998727094f85a
 Author: Even Rouault <even.rouault@spatialys.com>
 Date:   2019-03-29 10:44:35 +0100
 
@@ -860,21 +882,6 @@ Date:   2017-09-28 11:24:59 +0200
     
     update instructions to build with Visual Studio and 64-Bit Visual C++ Toolset.
 
-commit 8ed588608f13af16f63e38267c1d51b124d6d8ad
-Author: Quang Nguyen <quangnh89@gmail.com>
-Date:   2017-09-28 10:00:09 +0700
-
-    update instructions to build with Visual Studio and 64-Bit Visual C++ Toolset.
-
-commit d45ccb048bb2166c5d975f4e1b8acaf8ba3d198d
-Merge: 3f0de88 e17bbde
-Author: Antonin Descampe <antonin@descampe.net>
-Date:   2017-09-26 18:30:20 -0300
-
-    Merge pull request #1022 from rouault/partial_component_decoding
-    
-    Add capability to decode only a subset of all components of an image.
-
 ...
diff --git a/abi-check/db/openjpeg/Tracker.data b/abi-check/db/openjpeg/Tracker.data index 759a12c0..ae0bf03f 100644 --- a/abi-check/db/openjpeg/Tracker.data +++ b/abi-check/db/openjpeg/Tracker.data @@ -633,7 +633,7 @@ $VAR1 = { '2.1.2' => '2016-09-28 18:18', '2.2.0' => '2017-08-10 00:31', '2.3.0' => '2017-10-04 22:23', - 'current' => '2019-03-29 10:44:35' + 'current' => '2019-03-29 11:52:38' }, 'HeadersDiff' => { '1.1' => { @@ -731,7 +731,7 @@ $VAR1 = { 'Maintainer' => 'OpenJPEG team', 'MaintainerUrl' => 'http://www.openjpeg.org/', 'PackageDiff' => {}, - 'ScmUpdateTime' => '1553853499', + 'ScmUpdateTime' => '1553857702', 'Soname' => { '1.1' => { 'lib/libopenjpeg.so' => 'libopenjpeg.so' diff --git a/abi-check/installed/openjpeg/current/lib/libopenjp2.a b/abi-check/installed/openjpeg/current/lib/libopenjp2.a index ca8a2a86..5edd1c4b 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.0 b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0 index 5803cba8..58e1da78 100644 Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0 and b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0 differ diff --git a/abi-check/timeline/openjpeg/index.html b/abi-check/timeline/openjpeg/index.html index 228e0738..9070ce16 100644 --- a/abi-check/timeline/openjpeg/index.html +++ b/abi-check/timeline/openjpeg/index.html @@ -30,7 +30,7 @@ Headers
Diff current -2019-03-29
10:44 +2019-03-29
11:52 7 changelog 100% @@ -170,7 +170,7 @@ N/A N/A -
Maintained by OpenJPEG team. Last updated on Fri Mar 29 09:58:42 2019.
+
Maintained by OpenJPEG team. Last updated on Fri Mar 29 11:08:46 2019.


abi-laboratory.pro