Update ABI/API compatibility reports after commit 5c5319984b
This commit is contained in:
parent
76ac83b619
commit
096749a187
|
@ -20,7 +20,15 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 80818c39f5bfbac37768fcee95b0ffeceaa77264
|
||||
<pre class='wrap'>commit 5c5319984b81e2aa32d1d83abdef0cdb8dbe7b18
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
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 <even.rouault@spatialys.com>
|
||||
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 <sw@weilnetz.de>
|
||||
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 <sw@weilnetz.de>
|
||||
|
||||
* 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 <sw@weilnetz.de>
|
||||
|
||||
* 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 <sw@weilnetz.de>
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -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' => {
|
||||
|
|
|
@ -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>
|
||||
|
@ -152,7 +152,7 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue