Update ABI/API compatibility reports after commit fd8448ed44
This commit is contained in:
parent
987ee9b0f2
commit
fba17f8df1
|
@ -20,7 +20,19 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 9f7d79fd30df3712e6bfc6d475bfa143c069c4df
|
||||
<pre class='wrap'>commit fd8448ed446a935da3210821a783e794ede3c599
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-17 17:04:48 +0200
|
||||
|
||||
bench_dwt.c: fix signedness related warnings
|
||||
|
||||
commit da046b73a89806eae2f7f461c2a46bda7e07aaa8
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-17 17:02:40 +0200
|
||||
|
||||
convert.c: fix recently introduced -Wsign-conversion warnings
|
||||
|
||||
commit 9f7d79fd30df3712e6bfc6d475bfa143c069c4df
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-17 14:52:10 +0200
|
||||
|
||||
|
@ -586,18 +598,6 @@ Date: 2017-07-30 16:48:15 +0200
|
|||
|
||||
Avoid p_stream->m_user_data_length >= (OPJ_UINT64)p_stream->m_byte_offset assertion in opj_stream_get_number_byte_left(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2786. Credit to OSS Fuzz
|
||||
|
||||
commit 1ed8d67797ef57143e2c855b602016bf9d89337d
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-30 15:35:47 +0200
|
||||
|
||||
opj_j2k_set_decode_area: replace assertions by runtime checks. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2795. Credit to OSS Fuzz
|
||||
|
||||
commit 68832af20e3b3710424947e12762b6b52d3b6ac0
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-30 15:22:24 +0200
|
||||
|
||||
opj_tcd_dc_level_shift_decode: avoid int32 overflow when prec == 31. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2799. 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-17 14:52:10'
|
||||
'current' => '2017-08-17 17:04:48'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -648,7 +648,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1502975266',
|
||||
'ScmUpdateTime' => '1502985723',
|
||||
'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-17<br/>14:52</td>
|
||||
<td>2017-08-17<br/>17:04</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 Thu Aug 17 13:08:32 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Aug 17 16:02:33 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