Commit: a11a556ce9be9bab379fe41d3ed2b6e0ba1de026 Author: Lior Kaplan <[email protected]> Fri, 27 May 2016 22:43:30 +0300 Parents: f493aa6587065bd67dd646a837ae6386247c42ad Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a11a556ce9be9bab379fe41d3ed2b6e0ba1de026 Log: Add CVE for #65236 (PHP 5.3.27, 5.4.18) Bugs: https://bugs.php.net/65236 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index fadc49f..fb0e4e8 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -4671,7 +4671,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>XML: <ul> - <li><?php bugfix(65236); ?> (heap corruption in xml parser, CVE-2013-4113).</li> + <li><?php bugfix(65236); ?> (heap corruption in xml parser). (CVE-2013-4113)</li> </ul></li> </ul> <!-- }}} --></section> @@ -4792,7 +4792,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>XML: <ul> - <li><?php bugfix(65236); ?> (heap corruption in xml parser).</li> + <li><?php bugfix(65236); ?> (heap corruption in xml parser). (CVE-2013-4113)</li> </ul></li> </ul> <!-- }}} --></section> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
