Commit: 7324ae4792bc3a83521e776995f738b60da7831d Author: Lior Kaplan <[email protected]> Thu, 21 May 2015 17:23:08 +0300 Parents: 9caed6d7c847519c665f9e9e1b5fa8ddb99fdad4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7324ae4792bc3a83521e776995f738b60da7831d Log: Add CVE to bug #69545 (PHP 5.4.41, 5.5.25, 5.6.9) Bugs: https://bugs.php.net/69545 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index b0caf7d..0208f25 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -27,7 +27,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>FTP: <ul> - <li><?php bugfix(69545); ?> (Integer overflow in ftp_genlist() resulting in heap overflow).</li> + <li><?php bugfix(69545); ?> (Integer overflow in ftp_genlist() resulting in heap overflow). (CVE-2015-4022)</li> </ul></li> <li>ODBC: <ul> @@ -73,7 +73,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>FTP: <ul> - <li><?php bugfix(69545); ?> (Integer overflow in ftp_genlist() resulting in heap overflow).</li> + <li><?php bugfix(69545); ?> (Integer overflow in ftp_genlist() resulting in heap overflow). (CVE-2015-4022)</li> </ul></li> <li>ODBC: <ul> @@ -107,7 +107,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>FTP: <ul> - <li><?php bugfix(69545); ?> (Integer overflow in ftp_genlist() resulting in heap overflow).</li> + <li><?php bugfix(69545); ?> (Integer overflow in ftp_genlist() resulting in heap overflow). (CVE-2015-4022)</li> </ul></li> <li>PCNTL: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
