Update ABI/API compatibility reports after commit 5c5319984b81e2aa32d1d83abdef0cdb8db...
authorOpenJPEG Travis CI <info@openjpeg.org>
Wed, 26 Jul 2017 16:19:51 +0000 (16:19 +0000)
committerOpenJPEG Travis CI <info@openjpeg.org>
Wed, 26 Jul 2017 16:19:51 +0000 (16:19 +0000)
abi-check/changelog/openjpeg/current/log.html
abi-check/db/openjpeg/Tracker.data
abi-check/timeline/openjpeg/index.html

index b4e883bf75252e699541bc84a1f0930bcac8d8b1..0196b041fee89ba8a93ea859e4aa686537b8d90d 100644 (file)
 <br/>
 <h1>Changelog from Git</h1><br/><br/>
 <div class='changelog'>
-<pre class='wrap'>commit 80818c39f5bfbac37768fcee95b0ffeceaa77264
+<pre class='wrap'>commit 5c5319984b81e2aa32d1d83abdef0cdb8dbe7b18
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-07-26 18:05:56 +0200
+
+    Avoid division by zero in opj_pi_next_rpcl, opj_pi_next_pcrl, opj_pi_next_cprl (#938)
+    
+    Fixes crash on id_000004,sig_06,src_000679,op_arith8,pos_49,val_-17
+
+commit 80818c39f5bfbac37768fcee95b0ffeceaa77264
 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
 Date:   2017-07-26 12:24:26 +0200
 
@@ -751,39 +759,6 @@ Date:   2016-09-22 00:30:34 +0200
     Fixes #843
     Updates #440
 
-commit 8715ce2749d1e5a1e9c77646e9a2ddf0ec82bac9
-Author: Stefan Weil &lt;sw@weilnetz.de&gt;
-Date:   2016-09-21 21:15:25 +0200
-
-    Fix some issues reported by Coverity Scan (#846)
-    
-    * test_tile_decoder: Fix potential buffer overflow (coverity)
-    
-    CID 1190155 (#1 of 1): Unbounded source buffer (STRING_SIZE)
-    
-    Using a pointer instead of buffer of fixed size avoids the limit
-    for the length of the input file name.
-    
-    Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
-    
-    * test_tile_encoder: Fix potential buffer overflow (coverity)
-    
-    CID 1190154 (#1 of 1): Unbounded source buffer (STRING_SIZE)
-    
-    Using a pointer instead of buffer of fixed size avoids the limit
-    for the length of the output file name. This implies that the length
-    can exceed 255, so the data type for variable len had to be fixed, too.
-    
-    Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
-    
-    * openjpip: Initialize data before returning it
-    
-    This fixes an error reported by Coverity:
-    
-    CID 1190143 (#1 of 1): Uninitialized scalar variable (UNINIT)
-    
-    Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
-
 ...</pre></div>
 
 </body>
index c2d06c4d5029f1a0b2d7ab0fb0de0f92e75881fa..db61b96ea3aa9e22ae0c12c8ef3415344faf69e0 100644 (file)
@@ -473,7 +473,7 @@ $VAR1 = {
                       '2.1' => '2014-04-29 12:58',
                       '2.1.1' => '2016-07-05 14:54',
                       '2.1.2' => '2016-09-28 18:18',
-                      'current' => '2017-07-26 12:24:26'
+                      'current' => '2017-07-26 18:05:56'
                     },
           'HeadersDiff' => {
                              '1.1' => {
index 5a78ba144603b4d0054ad43fab25456566e57af6..0d4fdea31b571d72f77e0ca6faa6934735beae66 100644 (file)
@@ -30,7 +30,7 @@
 <th>Headers<br/>Diff</th>
 </tr>
 <tr id='current'><td>current</td>
-<td>2017-07-26<br/>12:24</td>
+<td>2017-07-26<br/>18:05</td>
 <td>N/A</td>
 <td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
 <td>N/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 Wed Jul 26 11:16:49 2017.<br/>
+</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Jul 26 16:19:50 2017.<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>