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 @@

Changelog from Git



-
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
-
 ...
diff --git a/abi-check/db/openjpeg/Tracker.data b/abi-check/db/openjpeg/Tracker.data index 32c71741..0e5b8c74 100644 --- a/abi-check/db/openjpeg/Tracker.data +++ b/abi-check/db/openjpeg/Tracker.data @@ -560,7 +560,7 @@ $VAR1 = { '2.1.1' => '2016-07-05 14:54', '2.1.2' => '2016-09-28 18:18', '2.2.0' => '2017-08-10 00:31', - 'current' => '2017-08-16 13:11:36' + 'current' => '2017-08-16 13:36:52' }, 'HeadersDiff' => { '1.1' => { @@ -648,7 +648,7 @@ $VAR1 = { 'Maintainer' => 'OpenJPEG team', 'MaintainerUrl' => 'http://www.openjpeg.org/', 'PackageDiff' => {}, - 'ScmUpdateTime' => '1502882875', + 'ScmUpdateTime' => '1502884398', '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 57940840..e4a55daa 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.2.0 b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.2.0 index a9b5fa05..7d0dd82b 100644 Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.2.0 and b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.2.0 differ diff --git a/abi-check/timeline/openjpeg/index.html b/abi-check/timeline/openjpeg/index.html index cf2a955b..b8bae7c7 100644 --- a/abi-check/timeline/openjpeg/index.html +++ b/abi-check/timeline/openjpeg/index.html @@ -30,7 +30,7 @@ Headers
Diff current -2017-08-16
13:11 +2017-08-16
13:36 7 changelog 100% @@ -161,7 +161,7 @@ N/A N/A -
Maintained by OpenJPEG team. Last updated on Wed Aug 16 11:28:18 2017.
+
Maintained by OpenJPEG team. Last updated on Wed Aug 16 11:53:42 2017.


abi-laboratory.pro