summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-06-15 01:07:39 -0700
committerStanislav Malyshev <stas@php.net>2014-06-15 01:07:39 -0700
commitb303f19cff54275b09be6b881a75807e33c27715 (patch)
tree97636d70d06a3513074d17410121dba0ab63b32b
parenta06dabb5e9e7b3b1425c8c255aa9b2e93dda407e (diff)
downloadphp-git-b303f19cff54275b09be6b881a75807e33c27715.tar.gz
update NEWS
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 38a05790df..786f9aea9c 100644
--- a/NEWS
+++ b/NEWS
@@ -30,7 +30,8 @@ PHP NEWS
check). (Francisco Alonso, Jan Kaluza, Remi)
- Network:
- . Fix potential segfault in dns_get_record(). (Sara)
+ . Fixed bug #67432 (Fix potential segfault in dns_get_record()).
+ (CVE-2014-4049). (Sara)
- OpenSSL:
. Fixed bug #65698 (certificates validity parsing does not work past 2050).