Update ABI/API compatibility reports after commit 80818c39f5
This commit is contained in:
parent
0af471987e
commit
76ac83b619
|
@ -20,7 +20,15 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit d27ccf01c68a31ad62b33d2dc1ba2bb1eeaafe7b
|
||||
<pre class='wrap'>commit 80818c39f5bfbac37768fcee95b0ffeceaa77264
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-26 12:24:26 +0200
|
||||
|
||||
Avoid index out of bounds access to pi->include[] (#938)
|
||||
|
||||
Fix id:000098,sig:11,src:005411,op:havoc,rep:2 test case
|
||||
|
||||
commit d27ccf01c68a31ad62b33d2dc1ba2bb1eeaafe7b
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-26 11:30:56 +0200
|
||||
|
||||
|
@ -776,28 +784,6 @@ Date: 2016-09-21 21:15:25 +0200
|
|||
|
||||
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
||||
|
||||
commit 045aa4d9f297b8d3d5f89e9983a54252d103a3da
|
||||
Author: Stefan Weil <sw@weilnetz.de>
|
||||
Date: 2016-09-21 13:17:09 +0200
|
||||
|
||||
Fix potential out-of-bounds read (coverity) (#844)
|
||||
|
||||
* query_parser: Fix potential out-of-bounds read (coverity)
|
||||
|
||||
CID 1190207 (#1 of 1): Out-of-bounds read (OVERRUN)
|
||||
|
||||
Variable i must be checked before testing query_param.box_type.
|
||||
|
||||
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
||||
|
||||
* jpip_parser: Fix potential out-of-bounds read (coverity)
|
||||
|
||||
CID 1190206 (#1 of 1): Out-of-bounds read (OVERRUN)
|
||||
|
||||
Variable i must be checked before testing query_param.box_type.
|
||||
|
||||
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 11:30:56'
|
||||
'current' => '2017-07-26 12:24:26'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-07-26<br/>11:30</td>
|
||||
<td>2017-07-26<br/>12:24</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 09:48:10 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Jul 26 11:16:49 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