Update ABI/API compatibility reports after commit af76000771

This commit is contained in:
OpenJPEG Travis CI 2017-08-16 11:53:43 +00:00
parent 2b92b30e9c
commit 2e06c483cf
5 changed files with 16 additions and 11 deletions

View File

@ -20,7 +20,18 @@
<br/>
<h1>Changelog from Git</h1><br/><br/>
<div class='changelog'>
<pre class='wrap'>commit ab4de904e7dc1deee83122cd2bf6e0e7f4eb2eb0
<pre class='wrap'>commit af760007711bf93041d3eba3a41b9a48d365f303
Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2017-08-16 13:36:52 +0200
tiftoimage(): fix read heap buffer overflow (#988)
The number of components is given only by TIFFTAG_SAMPLESPERPIXEL / tiSpp.
Querying TIFFTAG_EXTRASAMPLES only give information about which channel is
the alpha channel, but we mostly ignore it for now, so remove that part of the
code.
commit ab4de904e7dc1deee83122cd2bf6e0e7f4eb2eb0
Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2017-08-16 13:11:36 +0200
@ -592,12 +603,6 @@ Date: 2017-07-29 17:28:55 +0200
imagetopnm(): make sure the alpha component has same dimension as other components to avoid read heap buffer overflow (#970)
commit db9ef99f6dd054a84fa8382c02869fb0656abfc8
Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
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
...</pre></div>
</body>

View File

@ -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 13:11:36'
'current' => '2017-08-16 13:36:52'
},
'HeadersDiff' => {
'1.1' => {
@ -648,7 +648,7 @@ $VAR1 = {
'Maintainer' => 'OpenJPEG team',
'MaintainerUrl' => 'http://www.openjpeg.org/',
'PackageDiff' => {},
'ScmUpdateTime' => '1502882875',
'ScmUpdateTime' => '1502884398',
'Soname' => {
'1.1' => {
'lib/libopenjpeg.so' => 'libopenjpeg.so'

View File

@ -30,7 +30,7 @@
<th>Headers<br/>Diff</th>
</tr>
<tr id='current'><td>current</td>
<td>2017-08-16<br/>13:11</td>
<td>2017-08-16<br/>13:36</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:28:18 2017.<br/>
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Aug 16 11:53:42 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>