]> granicus.if.org Git - php/commitdiff
NEWS entry for Fix potential segfault in dns_get_record()
authorSara Golemon <pollita@php.net>
Wed, 11 Jun 2014 21:24:50 +0000 (14:24 -0700)
committerSara Golemon <pollita@php.net>
Wed, 11 Jun 2014 21:24:50 +0000 (14:24 -0700)
NEWS

diff --git a/NEWS b/NEWS
index add04c37c6461f0d66d5f5a781d9a2757157ae92..6e176a0438ab95a2764f53a7a9afffde975871d7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,9 @@ PHP                                                                        NEWS
   . Fixed bug #67413 (fileinfo: cdf_read_property_info insufficient boundary
     check). (Francisco Alonso, Jan Kaluza, Remi)
 
+- Network:
+  . Fix potential segfault in dns_get_record(). (Sara)
+
 - OpenSSL:
   . Fixed bug #65698 (certificates validity parsing does not work past 2050).
     (Paul Oehler)