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

Add CVE ID to bug #73773 (PHP 5.6.30, 7.0.15 and 7.1.1)

This commit is contained in:
Lior Kaplan
2018-01-15 16:30:15 +02:00
parent 3ea951dada
commit 040dbef9f3
2 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
<ul>
<li><?php bugfix(73764); ?> (Crash while loading hostile phar archive). (CVE-2016-10159)</li>
<li><?php bugfix(73768); ?> (Memory corruption when loading hostile phar). (CVE-2016-10160)</li>
<li><?php bugfix(73773); ?> (Seg fault when loading hostile phar).</li>
<li><?php bugfix(73773); ?> (Seg fault when loading hostile phar). (CVE-2017-11147)</li>
</ul></li>
<li>SQLite3:
<ul>

View File

@@ -1923,7 +1923,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
</ul></li>
<li>Phar:
<ul>
<li><?php bugfix(73773); ?> (Seg fault when loading hostile phar).</li>
<li><?php bugfix(73773); ?> (Seg fault when loading hostile phar). (CVE-2017-11147)</li>
<li><?php bugfix(73768); ?> (Memory corruption when loading hostile phar). (CVE-2016-10160)</li>
<li><?php bugfix(73764); ?> (Crash while loading hostile phar archive). (CVE-2016-10159)</li>
</ul></li>
@@ -2048,7 +2048,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
</li>
<li>Phar:
<ul>
<li><?php bugfix(73773); ?> (Seg fault when loading hostile phar).</li>
<li><?php bugfix(73773); ?> (Seg fault when loading hostile phar). (CVE-2017-11147)</li>
<li><?php bugfix(73768); ?> (Memory corruption when loading hostile phar). (CVE-2016-10160)</li>
<li><?php bugfix(73764); ?> (Crash while loading hostile phar archive). (CVE-2016-10159)</li>
</ul></li>