Update ABI/API compatibility reports after commit e252438d5e23e6ba9561e73a5a4754713bf...
authorOpenJPEG Travis CI <info@openjpeg.org>
Mon, 22 Jun 2020 20:22:14 +0000 (20:22 +0000)
committerOpenJPEG Travis CI <info@openjpeg.org>
Mon, 22 Jun 2020 20:22:14 +0000 (20:22 +0000)
abi-check/changelog/openjpeg/current/log.html
abi-check/db/openjpeg/Tracker.data
abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.a
abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.so.2.3.1
abi-check/installed/openjpeg/current/lib/libopenjp2.a
abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.1
abi-check/timeline/openjpeg/index.html

index fa4da2bf70bb5bd82e31e7b0cf09ada0ce0251ad..84dda18617699feebb0e930cabf2969472823fda 100644 (file)
 <br/>
 <h1>Changelog from Git</h1><br/><br/>
 <div class='changelog'>
-<pre class='wrap'>commit 98150d09422149305c9c8648337a744df5786fbe
+<pre class='wrap'>commit e252438d5e23e6ba9561e73a5a4754713bfd626a
+Merge: 98150d0 79b199a
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2020-06-22 22:12:08 +0200
+
+    Merge pull request #1258 from sebras/fix-issue-1257
+    
+    openjp2: Plug memory leak when setting data as TLS fails.
+
+commit 79b199a8fee2a0d51d4389fcde3f5f4dd01971eb
+Author: Sebastian Rasmussen &lt;sebras@gmail.com&gt;
+Date:   2020-06-23 02:18:19 +0800
+
+    openjp2: Plug memory leak when setting data as TLS fails.
+    
+    Previously the Tier 1 handle was not freed when setting it as
+    TLS failed.
+    
+    This fixes issue #1257.
+
+commit 98150d09422149305c9c8648337a744df5786fbe
 Merge: 25fb144 93b9f72
 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
 Date:   2020-06-22 21:03:23 +0200
@@ -926,49 +946,6 @@ Date:   2018-09-22 21:56:50 +0200
 
     Update knownfailures- files given current configurations
 
-commit ca16fe55014c57090dd97369256c7657aeb25975
-Author: Hugo Lefeuvre &lt;hle@debian.org&gt;
-Date:   2018-09-22 14:33:19 -0400
-
-    convertbmp: fix issues with zero bitmasks
-    
-    In the case where a BMP file declares compression 3 (BI_BITFIELDS)
-    with header size &lt;= 56, all bitmask values keep their initialization
-    value 0. This may lead to various undefined behavior later e.g. when
-    doing 1 &lt;&lt; (l_comp-&gt;prec - 1).
-    
-    This issue does not affect files with bit count 16 because of a check
-    added in 16240e2 which sets default values to the color masks if they
-    are all 0.
-    
-    This commit adds similar checks for the 32 bit case.
-    
-    Also, if a BMP file declares compression 3 with header size &gt;= 56 and
-    intentional 0 bitmasks, the same issue will be triggered in both the
-    16 and 32 bit count case.
-    
-    This commit adds checks to bmp_read_info_header() rejecting BMP files
-    with "intentional" 0 bitmasks. These checks might be removed in the
-    future when proper handling of zero bitmasks will be available in
-    openjpeg2.
-    
-    fixes #1057 (CVE-2018-5785)
-
-commit 31a03b390a77bfbe4b0f140121d1296acb611f76
-Author: Stefan Weil &lt;sw@weilnetz.de&gt;
-Date:   2018-09-05 21:51:30 +0200
-
-    openjp2/jp2: Fix two format strings
-    
-    Compiler warnings:
-    
-    src/lib/openjp2/jp2.c:1008:35: warning:
-     too many arguments for format [-Wformat-extra-args]
-    src/lib/openjp2/j2k.c:1928:73: warning:
-     format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘OPJ_OFF_T {aka long int}’ [-Wformat=]
-    
-    Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
-
 ...</pre></div>
 
 </body>
index 85bd1770d1da86ac6f9e2e498d6b8586417da182..bb90cb547765318606685a758ffcec953fde3918 100644 (file)
@@ -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-06-22 21:03:23'
+                      'current' => '2020-06-22 22:12:08'
                     },
           'HeadersDiff' => {
                              '1.1' => {
@@ -813,7 +813,7 @@ $VAR1 = {
           'Maintainer' => 'OpenJPEG team',
           'MaintainerUrl' => 'http://www.openjpeg.org/',
           'PackageDiff' => {},
-          'ScmUpdateTime' => '1592853696',
+          'ScmUpdateTime' => '1592857297',
           'Soname' => {
                         '1.1' => {
                                    'lib/libopenjpeg.so' => 'libopenjpeg.so'
index d702a41daee49c00e2b9ca17a77bea538ee22d48..cacefb469c70899d0fd4d2fb3df830ed636ead9e 100644 (file)
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
index 31a62da4a011a262498f0c652a01c9506e31b1a1..bc007d9297d7f29ab2c2ec88f38efccf5b6ada0f 100644 (file)
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
index ad2f2886f9761b6077597ea54aa33ff515f34f4a..2b4eb50f20dd30e06c2f144966b7b7d9680952c0 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 3de423d8a85ccf7da715b0941a976c40ff1ea900..75b3c0d7f06f18bb3c0d008bb285ce3dc51eb1bd 100644 (file)
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
index c5f73e04d64c9a84538ac751ee36d68d639374a5..44f88dfff83c6051fd4393218a9f28b82bc8ce02 100644 (file)
@@ -30,7 +30,7 @@
 <th>Headers<br/>Diff</th>
 </tr>
 <tr id='current'><td>current</td>
-<td>2020-06-22<br/>21:03</td>
+<td>2020-06-22<br/>22:12</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.1/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 Mon Jun 22 19:22:12 2020.<br/>
+</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Jun 22 20:22:14 2020.<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>