Commit: d0ec53fb7f979277a490dd861fa68cf650ce4e06 Author: Stanislav Malyshev <[email protected]> Sat, 25 Jan 2014 22:16:15 -0800 Parents: 07770b902fb91515876250fde323778ef9125f50 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=d0ec53fb7f979277a490dd861fa68cf650ce4e06 Log: add CVE for 66060 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index c0807fb..b314339 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -25,7 +25,7 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? </ul></li> <li>Date: <ul> - <li><?php bugfix(66060); ?> (Heap buffer over-read in DateInterval).</li> + <li><?php bugfix(66060); ?> (Heap buffer over-read in DateInterval, CVE-2013-6712).</li> <li><?php bugfix(65768); ?> (DateTimeImmutable::diff does not work).</li> </ul></li> <li>DOM: @@ -93,7 +93,7 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? </ul></li> <li>Date: <ul> - <li><?php bugfix(66060); ?> (Heap buffer over-read in DateInterval).</li> + <li><?php bugfix(66060); ?> (Heap buffer over-read in DateInterval, CVE-2013-6712).</li> <li><?php bugfix(63391); ?> (Incorrect/inconsistent day of week prior to the year 1600).</li> <li><?php bugfix(61599); ?> (Wrong Day of Week).</li> </ul></li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
