From: Felipe Pena Date: Tue, 24 May 2011 12:23:51 +0000 (+0000) Subject: - Add CVE to bug entry X-Git-Tag: php-5.3.7RC1~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cf61f4d8b14854b9072ba7bbf8286470a05e903;p=php - Add CVE to bug entry --- diff --git a/NEWS b/NEWS index d555f020d5..d9129fb2fe 100644 --- a/NEWS +++ b/NEWS @@ -118,7 +118,7 @@ PHP NEWS . Fixed bug #54312 (soap_version logic bug). (tom at samplonius dot org) - Sockets extension: - . Fixed stack buffer overflow in socket_connect(). + . Fixed stack buffer overflow in socket_connect(). (CVE-2011-1938) Found by Mateusz Kocielski, Marek Kroemeke and Filip Palian. (Felipe) . Changed socket_set_block() and socket_set_nonblock() so they emit warnings on error. (Gustavo)