Commit: 6a0d8dd34a4c1679f85df6cc8ba57169d7dd9f6b Author: Lior Kaplan <[email protected]> Thu, 28 Aug 2014 19:38:14 +0300 Parents: 5517f0ef2c613bb8d62592eb025971b5015e190b Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6a0d8dd34a4c1679f85df6cc8ba57169d7dd9f6b Log: Add an entry for bug#66060 (fixed in 5.5.8) Bugs: https://bugs.php.net/66060 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 4ad4066..ee6c9a1 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -120,6 +120,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Date: <ul> + <li><?php bugfix(66060); ?> (Heap buffer over-read in DateInterval). (CVE-2013-6712)</li> <li><?php bugfix(66091); ?> (memory leaks in DateTime constructor) (Tjerk).</li> <li><?php bugfix(67308); ?> (Serialize of DateTime truncates fractions of second).</li> <li>Fixed regression in fix for bug #67118 (constructor can't be called twice).</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
