From 5f2a30e11197fd1bc2394ee23cf80c7ea2ea9660 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Wed, 11 Jun 2014 14:20:36 -0700 Subject: [PATCH] NEWS entry for "Fix potential segfault in dns_get_record()" --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 4c57eac2157..424dcf01bf8 100644 --- a/NEWS +++ b/NEWS @@ -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)