Skip to content

Commit 8984d23

Browse files
committed
Reorder bz2 after core for PHP 5.5.38
1 parent 7039eaa commit 8984d23

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
@@ -208,17 +208,17 @@
208208
<section class="version" id="5.5.38"><!-- {{{ 5.5.38 -->
209209
<h3>Version 5.5.38</h3>
210210
<b><?php release_date('21-Jul-2016'); ?></b>
211-
<ul><li>BZip2:
212-
<ul>
213-
<li><?php bugfix(72613); ?> (Inadequate error handling in bzread()). (CVE-2016-5399)</li>
214-
</ul></li>
215-
<li>Core:
211+
<ul><li>Core:
216212
<ul>
217213
<li><?php bugfix(70480); ?> (php_url_parse_ex() buffer overflow read). (CVE-2016-6288)</li>
218214
<li><?php bugfix(72513); ?> (Stack-based buffer overflow vulnerability in virtual_file_ex). (CVE-2016-6289)</li>
219215
<li><?php bugfix(72562); ?> (Use After Free in unserialize() with Unexpected Session Deserialization). (CVE-2016-6290)</li>
220216
<li><?php bugfix(72573); ?> (HTTP_PROXY is improperly trusted by some PHP libraries and applications). (CVE-2016-5385)</li>
221217
</ul></li>
218+
<li>BZip2:
219+
<ul>
220+
<li><?php bugfix(72613); ?> (Inadequate error handling in bzread()). (CVE-2016-5399)</li>
221+
</ul></li>
222222
<li>EXIF:
223223
<ul>
224224
<li><?php bugfix(72603); ?> (Out of bound read in exif_process_IFD_in_MAKERNOTE). (CVE-2016-6291)</li>

0 commit comments

Comments
 (0)