diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html index e6ea587d..a956df4d 100644 --- a/abi-check/changelog/openjpeg/current/log.html +++ b/abi-check/changelog/openjpeg/current/log.html @@ -20,7 +20,26 @@

Changelog from Git



-
commit ee827ad3f32469d4854b2da71c9703a2af359f9f
+
commit aaf48ee6bae91032f025f9ac11592c4085a0d96b
+Merge: ee827ad cc38247
+Author: Even Rouault <even.rouault@spatialys.com>
+Date:   2018-09-22 23:12:50 +0200
+
+    Merge branch 'pr1095'
+
+commit cc3824767bde397fedb8a1ae4786a222ba860c8d
+Author: Karol Babioch <kbabioch@suse.de>
+Date:   2018-03-02 14:40:58 +0100
+
+    opj_mj2_extract: Check provided output prefix for length
+    
+    This uses snprintf() with correct buffer length instead of sprintf(), which
+    prevents a buffer overflow when providing a long output prefix. Furthermore
+    the program exits with an error when the provided output prefix is too long.
+    
+    Fixes #1088.
+
+commit ee827ad3f32469d4854b2da71c9703a2af359f9f
 Merge: 5d94bcd 1eb9a57
 Author: Even Rouault <even.rouault@spatialys.com>
 Date:   2018-09-22 23:05:54 +0200
@@ -760,18 +779,6 @@ Date:   2017-09-08 10:56:49 +0200
 
     opj_tcd_mct_decode(): avoid heap buffer overflow when components have not the same number of resolutions. Also fixes an issue with subtile decoding. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3331. Credit to OSS Fuzz
 
-commit 33167ddc13fd20313ccfcdc64141000407b68b8f
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-09-08 09:53:52 +0200
-
-    opj_j2k_update_image_data(): restrict optimized path
-
-commit b73ce715d2a484d7355639d863d0418a0e5b8858
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-09-08 09:16:51 +0200
-
-    Use opj_image_data_free() where appropriate (adapted from https://github.com/uclouvain/openjpeg/pull/1015/commits/dab9db0723a5bb9f3d745f9dd7a0b8b3b18b8054, #1014)
-
 ...
diff --git a/abi-check/db/openjpeg/Tracker.data b/abi-check/db/openjpeg/Tracker.data index e7c06231..376cb3f9 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' => '2018-09-22 23:05:54' + 'current' => '2018-09-22 23:12:50' }, 'HeadersDiff' => { '1.1' => { @@ -731,7 +731,7 @@ $VAR1 = { 'Maintainer' => 'OpenJPEG team', 'MaintainerUrl' => 'http://www.openjpeg.org/', 'PackageDiff' => {}, - 'ScmUpdateTime' => '1537651255', + 'ScmUpdateTime' => '1537652083', '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 3328a4c1..65e08790 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 b033eb40..ff8f1ac8 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 0c3ff3c7..f50383e5 100644 --- a/abi-check/timeline/openjpeg/index.html +++ b/abi-check/timeline/openjpeg/index.html @@ -30,7 +30,7 @@ Headers
Diff current -2018-09-22
23:05 +2018-09-22
23:12 7 changelog 100% @@ -170,7 +170,7 @@ N/A N/A -
Maintained by OpenJPEG team. Last updated on Sat Sep 22 21:21:19 2018.
+
Maintained by OpenJPEG team. Last updated on Sat Sep 22 21:35:06 2018.


abi-laboratory.pro