summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2014-06-11 14:22:59 -0700
committerSara Golemon <pollita@php.net>2014-06-11 14:22:59 -0700
commitace35a3d3b38fc80f73f774826fd5d3ae14e8a28 (patch)
tree68c4e2a7d9dc3f1e43b736ffb3f51afaecfc67f0
parent1978f41c8a8c205421e574e35313f1037c4d5466 (diff)
downloadphp-git-ace35a3d3b38fc80f73f774826fd5d3ae14e8a28.tar.gz
NEWS entry for Fix potential segfault in dns_get_record(
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a5c13710fe..8b1feba7c3 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,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)
+
- OPCache:
. Fixed issue #183 (TMP_VAR is not only used once). (Dmitry, Laruence)