diff options
author | Sara Golemon <pollita@php.net> | 2014-06-11 14:20:36 -0700 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2014-06-11 14:24:13 -0700 |
commit | 5f2a30e11197fd1bc2394ee23cf80c7ea2ea9660 (patch) | |
tree | 90a745b034365a8f7e622085e6c3916c2c0d6891 | |
parent | 4f73394fdd95d3165b4391e1b0dedd57fced8c3b (diff) | |
download | php-git-5f2a30e11197fd1bc2394ee23cf80c7ea2ea9660.tar.gz |
NEWS entry for "Fix potential segfault in dns_get_record()"
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,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) |