Update ABI/API compatibility reports after commit 9701b3305d
This commit is contained in:
parent
210cda0ac4
commit
f9fe7cfac2
|
@ -20,7 +20,15 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit cb332992a7c84316824b1c4810103ee4f190937c
|
||||
<pre class='wrap'>commit 9701b3305db58d35e4446946309f88937e2f5342
|
||||
Author: Robert Ancell <robert.ancell@gmail.com>
|
||||
Date: 2019-11-17 15:09:59 +1300
|
||||
|
||||
JPWL: convert: Fix buffer overflow reading an image file less than four characters (#1196)
|
||||
|
||||
Fixes #1068
|
||||
|
||||
commit cb332992a7c84316824b1c4810103ee4f190937c
|
||||
Merge: 5875a6b 016f80a
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2019-11-17 02:47:26 +0100
|
||||
|
@ -885,12 +893,6 @@ Date: 2018-02-14 17:46:38 -0800
|
|||
|
||||
Hello, this fixes an unchecked integer multiplication overflow. Thanks.
|
||||
|
||||
commit da5e897232ef824daf9a492e746ed22cf2a43f18
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2018-02-11 13:31:04 +0100
|
||||
|
||||
Avoid out-of-bounds write overflow due to uint32 overflow computation on images with huge dimensions. Credit to Google Autofuzz project for providing test case
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -705,7 +705,7 @@ $VAR1 = {
|
|||
'2.2.0' => '2017-08-10 00:31',
|
||||
'2.3.0' => '2017-10-04 22:23',
|
||||
'2.3.1' => '2019-04-02 10:08',
|
||||
'current' => '2019-11-17 02:47:26'
|
||||
'current' => '2019-11-17 15:09:59'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -813,7 +813,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1573955945',
|
||||
'ScmUpdateTime' => '1573957233',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||
|
|
Binary file not shown.
Binary file not shown.
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>2019-11-17<br/>02:47</td>
|
||||
<td>2019-11-17<br/>15:09</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.3.1/current/report.html'>100%</a></td>
|
||||
|
@ -179,7 +179,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 Sun Nov 17 01:59:48 2019.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sun Nov 17 02:21:19 2019.<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