File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 12
12
<b><?php release_date('23-Jun-2016'); ?></b>
13
13
<ul><li>Core:
14
14
<ul>
15
+ <li><?php bugfix(72268); ?> (Integer Overflow in nl2br()).</li>
15
16
<li><?php bugfix(72275); ?> (Integer Overflow in json_encode()/json_decode()/ json_utf8_to_utf16()).</li>
16
17
<li><?php bugfix(72400); ?> (Integer Overflow in addcslashes/addslashes).</li>
17
18
<li><?php bugfix(72403); ?> (Integer Overflow in Length of String-typed ZVAL).</li>
18
19
</ul></li>
19
20
<li>GD:
20
21
<ul>
22
+ <li><?php bugfix(66387); ?> (Stack overflow with imagefilltoborder). (CVE-2015-8874)</li>
21
23
<li><?php bugfix(72298); ?> (pass2_no_dither out-of-bounds access).</li>
22
24
<li><?php bugfix(72337); ?> (invalid dimensions can lead to crash).</li>
23
25
<li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow). (CVE-2016-5766)</li>
You can’t perform that action at this time.
0 commit comments