Commit:    040dbef9f3de141c1c9abb265b7b233c8faf058b
Author:    Lior Kaplan <kaplanl...@gmail.com>         Mon, 15 Jan 2018 16:30:15 
+0200
Parents:   3ea951dadadbced0c5000a927272b594df85d646
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=040dbef9f3de141c1c9abb265b7b233c8faf058b

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

Bugs:
https://bugs.php.net/73773

Changed paths:
  M  ChangeLog-5.php
  M  ChangeLog-7.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index c0b811a..5f72313 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -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>
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index d757e2e..b5ab77c 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -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>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to