diff options
author | Sara Golemon <pollita@php.net> | 2014-06-11 14:22:59 -0700 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2014-06-11 14:22:59 -0700 |
commit | ace35a3d3b38fc80f73f774826fd5d3ae14e8a28 (patch) | |
tree | 68c4e2a7d9dc3f1e43b736ffb3f51afaecfc67f0 | |
parent | 1978f41c8a8c205421e574e35313f1037c4d5466 (diff) | |
download | php-git-ace35a3d3b38fc80f73f774826fd5d3ae14e8a28.tar.gz |
NEWS entry for Fix potential segfault in dns_get_record(
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |