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