Commit: 8e72b1d0819efefe517747152fb89721ad7f4ff0 Author: Lior Kaplan <kaplanl...@gmail.com> Thu, 21 May 2015 17:24:02 +0300 Parents: 33a9551557b91bf17ad90f1d7f1f314a802dab04 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=8e72b1d0819efefe517747152fb89721ad7f4ff0 Log: Add CVE to bug #68598 (PHP 5.4.41, 5.5.25, 5.6.9) Bugs: https://bugs.php.net/68598 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 0208f25..32b8973 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -41,7 +41,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>PCNTL: <ul> - <li><?php bugfix(68598); ?> (pcntl_exec() should not allow null char).</li> + <li><?php bugfix(68598); ?> (pcntl_exec() should not allow null char). (CVE-2015-4026)</li> </ul></li> <li>PCRE: <ul> @@ -86,7 +86,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>PCNTL: <ul> - <li><?php bugfix(68598); ?> (pcntl_exec() should not allow null char).</li> + <li><?php bugfix(68598); ?> (pcntl_exec() should not allow null char). (CVE-2015-4026)</li> </ul></li> <li>Phar: <ul> @@ -111,7 +111,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>PCNTL: <ul> - <li><?php bugfix(68598); ?> (pcntl_exec() should not allow null char).</li> + <li><?php bugfix(68598); ?> (pcntl_exec() should not allow null char). (CVE-2015-4026)</li> </ul></li> <li>PCRE: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php