summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2015-02-18 06:44:41 +0100
committerRemi Collet <remi@php.net>2015-02-18 06:44:41 +0100
commitc6a26cb39d3d65574c0b803b6406644733972f6e (patch)
treef946e0bd407c78c3b1ecd4e6280cc5e2ccd22818
parent24f8a68d0a82903dfc5c1c787c0c4d15819f2305 (diff)
downloadphp-git-c6a26cb39d3d65574c0b803b6406644733972f6e.tar.gz
add CVE
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7ecb7a03f1..eaac143dfe 100644
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,7 @@ PHP NEWS
. Fixed bug #67827 (broken detection of system crypt sha256/sha512 support).
(ncopa at alpinelinux dot org)
. Fixed bug #68942 (Use after free vulnerability in unserialize() with
- DateTimeZone). (Stas)
+ DateTimeZone). (CVE-2015-0273) (Stas)
- Enchant:
. Fixed bug #6855 (heap buffer overflow in enchant_broker_request_dict()).