Update ABI/API compatibility reports after commit ab4de904e7
This commit is contained in:
parent
7818fd836e
commit
2b92b30e9c
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 9624b2fa4722edf77fbac631e7dacaae12c91672
|
||||
<pre class='wrap'>commit ab4de904e7dc1deee83122cd2bf6e0e7f4eb2eb0
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-16 13:11:36 +0200
|
||||
|
||||
imagetotga(): fix read heap buffer overflow if numcomps < 3 (#987)
|
||||
|
||||
commit 9624b2fa4722edf77fbac631e7dacaae12c91672
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-16 12:52:33 +0200
|
||||
|
||||
|
@ -592,12 +598,6 @@ Date: 2017-07-29 16:34:35 +0200
|
|||
|
||||
opj_t1_decode_cblk(): avoid undefined shift behaviour. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2487. Credit to OSS Fuzz
|
||||
|
||||
commit f6551f822fe020843299bd807ec6989abd070b2c
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-29 16:29:11 +0200
|
||||
|
||||
opj_t1_clbl_decode_processor(): avoid undefined behaviour if roishift >= 31. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2506. Credit to OSS Fuzz
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -560,7 +560,7 @@ $VAR1 = {
|
|||
'2.1.1' => '2016-07-05 14:54',
|
||||
'2.1.2' => '2016-09-28 18:18',
|
||||
'2.2.0' => '2017-08-10 00:31',
|
||||
'current' => '2017-08-16 12:52:33'
|
||||
'current' => '2017-08-16 13:11:36'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -648,7 +648,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1502881670',
|
||||
'ScmUpdateTime' => '1502882875',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-08-16<br/>12:52</td>
|
||||
<td>2017-08-16<br/>13:11</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.2.0/current/report.html'>100%</a></td>
|
||||
|
@ -161,7 +161,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 Aug 16 11:08:15 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Aug 16 11:28:18 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