Update ABI/API compatibility reports after commit d6b8aed5612e6be6d3a4053867fbd2ae0cb...
authorOpenJPEG Travis CI <info@openjpeg.org>
Fri, 29 Mar 2019 11:08:47 +0000 (11:08 +0000)
committerOpenJPEG Travis CI <info@openjpeg.org>
Fri, 29 Mar 2019 11:08:47 +0000 (11:08 +0000)
abi-check/changelog/openjpeg/current/log.html
abi-check/db/openjpeg/Tracker.data
abi-check/installed/openjpeg/current/lib/libopenjp2.a
abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0
abi-check/timeline/openjpeg/index.html

index 42b2d49b88792fe7afe46f3f6f6cf8c996e7c89b..85ac8ce4d25622b711c7555de6b13a6d307de0ba 100644 (file)
 <br/>
 <h1>Changelog from Git</h1><br/><br/>
 <div class='changelog'>
-<pre class='wrap'>commit 25b815dc460dbf9def7e6b822c8998727094f85a
+<pre class='wrap'>commit d6b8aed5612e6be6d3a4053867fbd2ae0cb7c8af
+Merge: 25b815d a1d32a5
+Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
+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 &lt;even.rouault@spatialys.com&gt;
+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 &lt;even.rouault@spatialys.com&gt;
 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 &lt;quangnh89@gmail.com&gt;
-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 &lt;antonin@descampe.net&gt;
-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.
-
 ...</pre></div>
 
 </body>
index 759a12c0414f83a2dee3b8255de95fbeca0c0fac..ae0bf03fb4dcb11c1491eaa493504a139baec54c 100644 (file)
@@ -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'
index ca8a2a863bdee02e574e52c5d023704d53539aa8..5edd1c4b5ea82fec493d5be399bb21fd9edf309e 100644 (file)
Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.a and b/abi-check/installed/openjpeg/current/lib/libopenjp2.a differ
index 5803cba809a131c72ed3b77e3ba3575a63942248..58e1da78f597c1a4d12a6a2e3be78039e7ba1fc8 100644 (file)
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
index 228e07386eb28f72374ec8f864d54df12c8d33a6..9070ce16b78010989069a305734fbf1f178cdcb1 100644 (file)
@@ -30,7 +30,7 @@
 <th>Headers<br/>Diff</th>
 </tr>
 <tr id='current'><td>current</td>
-<td>2019-03-29<br/>10:44</td>
+<td>2019-03-29<br/>11:52</td>
 <td>7</td>
 <td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
 <td class='ok'><a href='../../objects_report/openjpeg/2.3.0/current/report.html'>100%</a></td>
 <td>N/A</td>
 <td>N/A</td>
 </tr>
-</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Mar 29 09:58:42 2019.<br/>
+</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Mar 29 11:08:46 2019.<br/>
 <br/>
 <hr/>
 <div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>