Update ABI/API compatibility reports after commit 9a07ccb3d0
This commit is contained in:
parent
8862f52316
commit
405dd1cea5
File diff suppressed because it is too large
Load Diff
|
@ -20,7 +20,16 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit f88c9974e27161427c003dda5d89f61a5a3995e9
|
||||
<pre class='wrap'>commit 9a07ccb3d0f076388e4da684a3bfd4327125c721
|
||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
||||
Date: 2016-09-15 01:57:53 +0200
|
||||
|
||||
Add overflow checks for opj_aligned_malloc (#841)
|
||||
|
||||
See
|
||||
https://pdfium.googlesource.com/pdfium/+/b20ab6c7acb3be1393461eb650ca8fa4660c937e/third_party/libopenjpeg20/0020-opj_aligned_malloc.patch
|
||||
|
||||
commit f88c9974e27161427c003dda5d89f61a5a3995e9
|
||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
||||
Date: 2016-09-14 23:46:46 +0200
|
||||
|
||||
|
@ -758,18 +767,6 @@ Date: 2016-04-30 01:12:16 +0200
|
|||
|
||||
Fix warnings (#763)
|
||||
|
||||
commit 15f081c89650dccee4aa4ae66f614c3fdb268767
|
||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
||||
Date: 2016-04-30 00:33:27 +0200
|
||||
|
||||
Fix Out-Of-Bounds Read in sycc42x_to_rgb function (#745)
|
||||
|
||||
42x Images with an odd x0/y0 lead to subsampled component starting at the
|
||||
2nd column/line.
|
||||
That is offset = comp->dx * comp->x0 - image->x0 = 1
|
||||
|
||||
Fix #726
|
||||
|
||||
commit 20789fed4ec7746e938dd2934a1fb5aa352f4d12
|
||||
Author: mayeut <mayeut@users.noreply.github.com>
|
||||
Date: 2016-01-25 22:16:49 +0100
|
||||
|
|
|
@ -423,7 +423,7 @@ $VAR1 = {
|
|||
'2.0.1' => '2014-04-22 07:53',
|
||||
'2.1' => '2014-04-29 12:58',
|
||||
'2.1.1' => '2016-07-05 14:54',
|
||||
'current' => '2016-09-14 23:46:46'
|
||||
'current' => '2016-09-15 01:57:53'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -491,7 +491,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1473890199',
|
||||
'ScmUpdateTime' => '1473898217',
|
||||
'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>2016-09-14<br/>23:46</td>
|
||||
<td>2016-09-15<br/>01:57</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.1.1/current/report.html'>100%</a></td>
|
||||
|
@ -143,7 +143,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 Sep 14 21:57:07 2016.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Sep 15 00:10:54 2016.<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