1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

fix CVE ref for bug #66060

This commit is contained in:
Stanislav Malyshev
2014-01-21 13:26:56 -08:00
parent ac6bd1e346
commit 1bc16fbfcd

3
NEWS
View File

@@ -28,7 +28,8 @@ PHP NEWS
. Fixed bug #61645 (fopen and O_NONBLOCK). (Mike)
- Date:
. Fixed bug #66060 (Heap buffer over-read in DateInterval). (Remi)
. Fixed bug #66060 (Heap buffer over-read in DateInterval). (CVE-2013-6712)
(Remi)
. Fixed bug #63391 (Incorrect/inconsistent day of week prior to the year
1600). (Derick, T. Carter)
. Fixed bug #61599 (Wrong Day of Week). (Derick, T. Carter)