Skip to content

Commit 43ebae8

Browse files
committed
Reorder bz2 after core for PHP 5.6.25
1 parent bd63a4d commit 43ebae8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ChangeLog-5.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
<section class="version" id="5.6.25"><!-- {{{ 5.6.25 -->
1111
<h3>Version 5.6.25</h3>
1212
<b><?php release_date('18-Aug-2016'); ?></b>
13-
<ul><li>Bz2:
14-
<ul>
15-
<li><?php bugfix(72837); ?> (integer overflow in bzdecompress caused heap corruption).</li>
16-
</ul></li>
17-
<li>Core:
13+
<ul><li>Core:
1814
<ul>
1915
<li><?php bugfix(70436); ?> (Use After Free Vulnerability in unserialize()).</li>
2016
<li><?php bugfix(72024); ?> (microtime() leaks memory).</li>
@@ -24,6 +20,10 @@
2420
<li><?php bugfix(72663); ?> (Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization).</li>
2521
<li><?php bugfix(72681); ?> (PHP Session Data Injection Vulnerability).</li>
2622
</ul></li>
23+
<li>Bz2:
24+
<ul>
25+
<li><?php bugfix(72837); ?> (integer overflow in bzdecompress caused heap corruption).</li>
26+
</ul></li>
2727
<li>Calendar:
2828
<ul>
2929
<li><?php bugfix(67976); ?> (cal_days_month() fails for final month of the French calendar).</li>

0 commit comments

Comments
 (0)