Commit: 84dd0bbb9c5d051d5e546f6e93c15228c907cfcd Author: Lior Kaplan <[email protected]> Mon, 30 May 2016 00:11:08 +0300 Parents: edefbed598f245798ab8e2477d7ac5e545144d33 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=84dd0bbb9c5d051d5e546f6e93c15228c907cfcd Log: Add CVE for #70755 (PHP 5.3.31, 5.6.17 and 7.0.2) Bugs: https://bugs.php.net/70755 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 15ebdd6..49d3395 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -401,7 +401,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>FPM: <ul> - <li><?php bugfix(70755); ?> (fpm_log.c memory leak and buffer overflow).</li> + <li><?php bugfix(70755); ?> (fpm_log.c memory leak and buffer overflow). (CVE-2016-5114)</li> </ul></li> <li>GD: <ul> @@ -440,7 +440,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <b><?php release_date('07-Jan-2016'); ?></b> <ul><li>FPM: <ul> - <li><?php bugfix(70755); ?> (fpm_log.c memory leak and buffer overflow).</li> + <li><?php bugfix(70755); ?> (fpm_log.c memory leak and buffer overflow). (CVE-2016-5114)</li> </ul></li> <li>GD: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index ec53c87..d65a0ea 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -502,7 +502,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>FPM: <ul> - <li><?php bugfix(70755); ?> (fpm_log.c memory leak and buffer overflow).</li> + <li><?php bugfix(70755); ?> (fpm_log.c memory leak and buffer overflow). (CVE-2016-5114)</li> </ul></li> <li>GD: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
