1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 20:11:02 +02:00

NEWS entry for "Fix potential segfault in dns_get_record()"

This commit is contained in:
Sara Golemon
2014-06-11 14:20:36 -07:00
parent 4f73394fdd
commit 5f2a30e111

3
NEWS
View File

@@ -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)