Commit:    b73d4e827b5cb366c64a2b7d20622c7ccb29caf4
Author:    Lior Kaplan <[email protected]>         Thu, 19 Mar 2015 02:28:53 
+0200
Parents:   df7b90cfe70b194c38e9ac09932518d5b23010b3
Branches:  master

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

Log:
Add CVE assigned to 5.5.22 / 5.6.6 bugs after the release

Changed paths:
  M  ChangeLog-5.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 7c88ae9..997de67 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -26,7 +26,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>Enchant:
 <ul>
-  <li><?php bugfix(68552); ?> (heap buffer overflow in 
enchant_broker_request_dict()).</li>
+  <li><?php bugfix(68552); ?> (heap buffer overflow in 
enchant_broker_request_dict()). (CVE-2014-9705)</li>
 </ul></li>
 <li>Fileinfo:
 <ul>
@@ -62,7 +62,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>Phar:
 <ul>
-  <li><?php bugfix(68901); ?> (use after free).</li>
+  <li><?php bugfix(68901); ?> (use after free). (CVE-2015-2301)</li>
 </ul></li>
 <li>Pgsql:
 <ul>
@@ -111,7 +111,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>Enchant:
 <ul>
-  <li><?php bugfix(68552); ?> (heap buffer overflow in 
enchant_broker_request_dict()).</li>
+  <li><?php bugfix(68552); ?> (heap buffer overflow in 
enchant_broker_request_dict()). (CVE-2014-9705)</li>
 </ul></li>
 <li>Fileinfo:
 <ul>
@@ -132,7 +132,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>Phar:
 <ul>
-  <li><?php bugfix(68901); ?> (use after free).</li>
+  <li><?php bugfix(68901); ?> (use after free). (CVE-2015-2301)</li>
 </ul></li>
 <li>Pgsql:
 <ul>


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

Reply via email to