Commit: ab95586a1556c0c9315e8cf79a5462d75f0cf5de Author: Lior Kaplan <[email protected]> Fri, 27 May 2016 22:48:11 +0300 Parents: a11a556ce9be9bab379fe41d3ed2b6e0ba1de026 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=ab95586a1556c0c9315e8cf79a5462d75f0cf5de Log: Add CVE for #61755 (PHP 5.3.14, 5.4.4) Bugs: https://bugs.php.net/61755 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index fb0e4e8..12d3491 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -7023,7 +7023,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li>PDO <ul> - <li><?php bugfix(61755); ?> (A parsing bug in the prepared statements can lead to access violations)</li> + <li><?php bugfix(61755); ?> (A parsing bug in the prepared statements can lead to access violations). (CVE-2012-3450)</li> </ul></li> </ul> @@ -7121,7 +7121,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li>PDO <ul> - <li><?php bugfix(61755); ?> (A parsing bug in the prepared statements can lead to access violations)</li> + <li><?php bugfix(61755); ?> (A parsing bug in the prepared statements can lead to access violations). (CVE-2012-3450)</li> </ul></li> </ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
