Commit: 02c5208264e1dafdc100c34e81a3bb36b14a7941 Author: Lior Kaplan <[email protected]> Wed, 9 Sep 2015 13:41:21 +0300 Parents: 9bc21488de9af25a06625f0c7e15236a418ffcb3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=02c5208264e1dafdc100c34e81a3bb36b14a7941 Log: Add CVE for #69782 (PHP 5.4.45, 5.5.29, 5.6.13) Bugs: https://bugs.php.net/69782 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 66b5c47..4c08fe9 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -68,7 +68,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>XSLT: <ul> - <li><?php bugfix(69782); ?> (NULL pointer dereference).</li> + <li><?php bugfix(69782); ?> (NULL pointer dereference). (CVE-2015-6837, CVE-2015-6838)</li> </ul></li> <li>ZIP: <ul> @@ -108,7 +108,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>XSLT: <ul> - <li><?php bugfix(69782); ?> (NULL pointer dereference).</li> + <li><?php bugfix(69782); ?> (NULL pointer dereference). (CVE-2015-6837, CVE-2015-6838)</li> </ul></li> <li>ZIP: <ul> @@ -148,7 +148,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>XSLT: <ul> - <li><?php bugfix(69782); ?> (NULL pointer dereference).</li> + <li><?php bugfix(69782); ?> (NULL pointer dereference). (CVE-2015-6837, CVE-2015-6838)</li> </ul></li> <li>ZIP: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
