Update ABI/API compatibility reports after commit a2b2980a4b
This commit is contained in:
parent
516989c2a7
commit
751f0d2e7f
|
@ -20,7 +20,22 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 0c0f27f17d431d98d190f30bec3879f434512158
|
||||
<pre class='wrap'>commit a2b2980a4bcb4d3903375de31495f99dde0e98a8
|
||||
Merge: 0c0f27f 4f48779
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2020-11-27 14:25:11 +0100
|
||||
|
||||
Merge pull request #1288 from zodf0055980/master
|
||||
|
||||
Free p_tcd_marker_info to avoid memory leak
|
||||
|
||||
commit 4f487798bac3eea5ffa07d3cc542f675c4b4d9ae
|
||||
Author: yuan <zodf0055980@gmail.com>
|
||||
Date: 2020-11-26 00:22:49 +0800
|
||||
|
||||
Free p_tcd_marker_info to avoid memory leak
|
||||
|
||||
commit 0c0f27f17d431d98d190f30bec3879f434512158
|
||||
Merge: 15cf3d9 649298d
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2020-11-25 16:59:46 +0100
|
||||
|
@ -869,29 +884,6 @@ Date: 2019-03-29 11:52:38 +0100
|
|||
|
||||
opj_t1_encode_cblks: fix UBSAN signed integer overflow
|
||||
|
||||
commit a1d32a596a94280178c44a55d7e7f1acd992ed5d
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2019-03-29 11:17:39 +0100
|
||||
|
||||
opj_t1_encode_cblks: fix UBSAN signed integer overflow
|
||||
|
||||
Fixes #1053 / CVE-2018-5727
|
||||
|
||||
Note: I don't consider this issue to be a security vulnerability, in
|
||||
practice.
|
||||
At least with gcc or clang compilers on x86_64 which generate the same
|
||||
assembly code with or without that fix.
|
||||
|
||||
commit 25b815dc460dbf9def7e6b822c8998727094f85a
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2019-03-29 10:44:35 +0100
|
||||
|
||||
Revert "[JPWL] tgatoimage(): avoid excessive memory allocation attempt,"
|
||||
|
||||
This reverts commit 05be3084460e46282ee63f04c72c451f3271fd28.
|
||||
|
||||
This commit doesn't compile due to missing OPJ_UINT64 type
|
||||
|
||||
...</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' => '2020-11-25 16:59:46'
|
||||
'current' => '2020-11-27 14:25:11'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -813,7 +813,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1606339015',
|
||||
'ScmUpdateTime' => '1606489122',
|
||||
'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>2020-11-25<br/>16:59</td>
|
||||
<td>2020-11-27<br/>14:25</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 Wed Nov 25 21:17:33 2020.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Nov 27 14:59:18 2020.<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