Commit: e183bdbaf3206182f4cfbc7b4cf8e227dbe2a5df Author: Lior Kaplan <[email protected]> Thu, 28 Apr 2016 04:05:44 +0300 Parents: 179c48f03d714e84c92652fb5a0880a59e3b1740 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e183bdbaf3206182f4cfbc7b4cf8e227dbe2a5df Log: Add CVE for #71798 (PHP 5.5.34, 5.6.20 and 7.0.5) Bugs: https://bugs.php.net/71798 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index d50d487..e2dbbf2 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -50,7 +50,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>SNMP: <ul> - <li><?php bugfix(71704); ?> (php_snmp_error() Format String Vulnerability).</li> + <li><?php bugfix(71704); ?> (php_snmp_error() Format String Vulnerability). (CVE-2016-4071)</li> </ul></li> <li>Standard: <ul> @@ -76,7 +76,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>SNMP: <ul> - <li><?php bugfix(71704); ?> (php_snmp_error() Format String Vulnerability).</li> + <li><?php bugfix(71704); ?> (php_snmp_error() Format String Vulnerability). (CVE-2016-4071)</li> </ul></li> <li>Standard: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 56ac3c5..466b5f0 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -80,7 +80,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>SNMP: <ul> - <li><?php bugfix(71704); ?> (php_snmp_error() Format String Vulnerability).</li> + <li><?php bugfix(71704); ?> (php_snmp_error() Format String Vulnerability). (CVE-2016-4071)</li> </ul></li> <li>SPL: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
