Skip to content

Commit 49f6ade

Browse files
committed
Add missing entries for PHP 5.6.23
1 parent 0bff5ac commit 49f6ade

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ChangeLog-5.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
<b><?php release_date('23-Jun-2016'); ?></b>
1313
<ul><li>Core:
1414
<ul>
15+
<li><?php bugfix(72268); ?> (Integer Overflow in nl2br()).</li>
1516
<li><?php bugfix(72275); ?> (Integer Overflow in json_encode()/json_decode()/ json_utf8_to_utf16()).</li>
1617
<li><?php bugfix(72400); ?> (Integer Overflow in addcslashes/addslashes).</li>
1718
<li><?php bugfix(72403); ?> (Integer Overflow in Length of String-typed ZVAL).</li>
1819
</ul></li>
1920
<li>GD:
2021
<ul>
22+
<li><?php bugfix(66387); ?> (Stack overflow with imagefilltoborder). (CVE-2015-8874)</li>
2123
<li><?php bugfix(72298); ?> (pass2_no_dither out-of-bounds access).</li>
2224
<li><?php bugfix(72337); ?> (invalid dimensions can lead to crash).</li>
2325
<li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow). (CVE-2016-5766)</li>

0 commit comments

Comments
 (0)