1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add CVE ID to bugs #73825 (PHP 5.6.30, 7.0.15 and 7.1.1) and #73831 (PHP 7.0.15 and 7.1.1)

This commit is contained in:
Lior Kaplan
2017-01-25 01:43:33 +02:00
parent 610a8865c0
commit 8a3145fee2
2 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
<li>Standard:
<ul>
<li><?php bugfix(70213); ?> (Unserialize context shared on double class lookup).</li>
<li><?php bugfix(73825); ?> (Heap out of bounds read on unserialize in finish_nested_data()).</li>
<li><?php bugfix(73825); ?> (Heap out of bounds read on unserialize in finish_nested_data()). (CVE-2016-10161)</li>
</ul></li>
</ul>
<!-- }}} --></section>