Update ABI/API compatibility reports after commit 5abd86b14b
This commit is contained in:
parent
afc0f96ad5
commit
e665848193
File diff suppressed because it is too large
Load Diff
|
@ -20,7 +20,19 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit cc893a4ebfaf8c42cf1221ac82c83df91e77340b
|
||||
<pre class='wrap'>commit 5abd86b14bb26d1882ee1c07b03f809f85162a5d
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-07 18:01:33 +0200
|
||||
|
||||
Properly fix cc893a4ebfaf8c42cf1221ac82c83df91e77340b to avoid heap-buffer-overflow when numcomps < 3
|
||||
|
||||
commit 51a1dcaa6ed5713520dca36fc58cd9240c08b7ca
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-07 17:52:59 +0200
|
||||
|
||||
Avoid malloc poisoning issue when including <pthread.h> of uclibc (#1013)
|
||||
|
||||
commit cc893a4ebfaf8c42cf1221ac82c83df91e77340b
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-07 15:32:54 +0200
|
||||
|
||||
|
@ -582,7 +594,6 @@ Date: 2017-08-15 11:55:58 +0200
|
|||
Fix assertion in debug mode / heap-based buffer overflow in opj_write_bytes_LE for Cinema profiles with numresolutions = 1 (#985)
|
||||
|
||||
commit 52d5690a6fcba86b5f117eeac8aca1971cac3688
|
||||
Merge: baf0c1a bc59410
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-08-14 17:28:26 +0200
|
||||
|
||||
|
@ -590,38 +601,6 @@ Date: 2017-08-14 17:28:26 +0200
|
|||
|
||||
Use more const qualifiers
|
||||
|
||||
commit baf0c1ad4572daa89caa3b12985bdd93530f0dd7
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-14 17:26:58 +0200
|
||||
|
||||
bmp_read_info_header(): reject bmp files with biBitCount == 0 (#983)
|
||||
|
||||
commit afb308b9ccbe129608c9205cf3bb39bbefad90b9
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-14 17:20:37 +0200
|
||||
|
||||
Encoder: grow buffer size in opj_tcd_code_block_enc_allocate_data() to avoid write heap buffer overflow in opj_mqc_flush (#982)
|
||||
|
||||
commit bc59410f253b0cd3d4818ec06ce957cbdbfe4341
|
||||
Author: Stefan Weil <sw@weilnetz.de>
|
||||
Date: 2017-08-14 14:36:06 +0200
|
||||
|
||||
Use const qualifier for mqc_states
|
||||
|
||||
This allows more compiler optimizations.
|
||||
|
||||
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
||||
|
||||
commit 10e6ce2c2cfacf51fdde7e9c69bf2365840f4bb0
|
||||
Author: Stefan Weil <sw@weilnetz.de>
|
||||
Date: 2017-08-13 22:57:31 +0200
|
||||
|
||||
Use const qualifier for j2k_prog_order_list
|
||||
|
||||
This allows more compiler optimizations.
|
||||
|
||||
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
||||
|
||||
...</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-09-07 15:32:54'
|
||||
'current' => '2017-09-07 18:01:33'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -648,7 +648,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1504792205',
|
||||
'ScmUpdateTime' => '1504801116',
|
||||
'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-09-07<br/>15:32</td>
|
||||
<td>2017-09-07<br/>18:01</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 Sep 7 13:50:29 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Sep 7 16:19:00 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