Update ABI/API compatibility reports after commit aaf48ee6ba
This commit is contained in:
parent
084d571d65
commit
93c69096f7
|
@ -20,7 +20,26 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit ee827ad3f32469d4854b2da71c9703a2af359f9f
|
||||
<pre class='wrap'>commit aaf48ee6bae91032f025f9ac11592c4085a0d96b
|
||||
Merge: ee827ad cc38247
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2018-09-22 23:12:50 +0200
|
||||
|
||||
Merge branch 'pr1095'
|
||||
|
||||
commit cc3824767bde397fedb8a1ae4786a222ba860c8d
|
||||
Author: Karol Babioch <kbabioch@suse.de>
|
||||
Date: 2018-03-02 14:40:58 +0100
|
||||
|
||||
opj_mj2_extract: Check provided output prefix for length
|
||||
|
||||
This uses snprintf() with correct buffer length instead of sprintf(), which
|
||||
prevents a buffer overflow when providing a long output prefix. Furthermore
|
||||
the program exits with an error when the provided output prefix is too long.
|
||||
|
||||
Fixes #1088.
|
||||
|
||||
commit ee827ad3f32469d4854b2da71c9703a2af359f9f
|
||||
Merge: 5d94bcd 1eb9a57
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2018-09-22 23:05:54 +0200
|
||||
|
@ -760,18 +779,6 @@ Date: 2017-09-08 10:56:49 +0200
|
|||
|
||||
opj_tcd_mct_decode(): avoid heap buffer overflow when components have not the same number of resolutions. Also fixes an issue with subtile decoding. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3331. Credit to OSS Fuzz
|
||||
|
||||
commit 33167ddc13fd20313ccfcdc64141000407b68b8f
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-08 09:53:52 +0200
|
||||
|
||||
opj_j2k_update_image_data(): restrict optimized path
|
||||
|
||||
commit b73ce715d2a484d7355639d863d0418a0e5b8858
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-08 09:16:51 +0200
|
||||
|
||||
Use opj_image_data_free() where appropriate (adapted from https://github.com/uclouvain/openjpeg/pull/1015/commits/dab9db0723a5bb9f3d745f9dd7a0b8b3b18b8054, #1014)
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -633,7 +633,7 @@ $VAR1 = {
|
|||
'2.1.2' => '2016-09-28 18:18',
|
||||
'2.2.0' => '2017-08-10 00:31',
|
||||
'2.3.0' => '2017-10-04 22:23',
|
||||
'current' => '2018-09-22 23:05:54'
|
||||
'current' => '2018-09-22 23:12:50'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -731,7 +731,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1537651255',
|
||||
'ScmUpdateTime' => '1537652083',
|
||||
'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>2018-09-22<br/>23:05</td>
|
||||
<td>2018-09-22<br/>23:12</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.0/current/report.html'>100%</a></td>
|
||||
|
@ -170,7 +170,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 Sat Sep 22 21:21:19 2018.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sat Sep 22 21:35:06 2018.<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