1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 12:01:07 +02:00

Add CVE to bug #69248

This commit is contained in:
Lior Kaplan
2015-03-19 02:30:31 +02:00
parent 4680f08607
commit 3eba942eb2

2
NEWS
View File

@@ -74,7 +74,7 @@ PHP NEWS
by libcurl. (Linus Unneback)
- Ereg:
. Fixed bug #69248 (heap overflow vulnerability in regcomp.c). (Stas)
. Fixed bug #69248 (heap overflow vulnerability in regcomp.c). (CVE-2015-2305) (Stas)
- FPM:
. Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)