From b053c4f4f6db57c7687e700de7aa4abadef2c128 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sun, 15 Jun 2014 00:46:31 -0700 Subject: [PATCH 1/2] update NEWS --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 24253a877c5..0ecef6dfb1a 100644 --- a/NEWS +++ b/NEWS @@ -45,7 +45,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). From 55c2721229b11db593232d8c365b6143de616ae2 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sun, 15 Jun 2014 01:06:37 -0700 Subject: [PATCH 2/2] update NEWS --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 717d57b9e6f..6902c82c0cf 100644 --- a/NEWS +++ b/NEWS @@ -44,7 +44,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) - OPCache: . Fixed issue #183 (TMP_VAR is not only used once). (Dmitry, Laruence)