From: Lior Kaplan Date: Tue, 19 Aug 2014 22:05:22 +0000 (+0300) Subject: Add NEWS entry for bug #67730 X-Git-Tag: php-5.5.17RC1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9360b6eeeef9c5dd16ea113db623ecf2efdee6d2;p=php Add NEWS entry for bug #67730 --- diff --git a/NEWS b/NEWS index 37d7de85dc..d38da069ef 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,8 @@ PHP NEWS - GD: . Fixed bug #66901 (php-gd 'c_color' NULL pointer dereference). (CVE-2014-2497) (Remi) + . Fixed bug #67730 (Null byte injection possible with imagexxx functions). + (CVE-2014-5120) (Ryan Mauger) - Milter: . Fixed bug #67715 (php-milter does not build and crashes randomly). (Mike)