From: Anatol Belski Date: Tue, 7 Jun 2016 16:44:40 +0000 (+0200) Subject: fix NEWS X-Git-Tag: php-7.0.8RC1~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7935a1e2ffce75df715b4332c45d6f21c9dcaf80;p=php fix NEWS --- diff --git a/NEWS b/NEWS index 48cb9167ff..1e1d8ad47a 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,9 @@ PHP NEWS . Fixed bug #72308 (fastcgi_finish_request and logging environment variables). (Laruence) +- GD: + . Fixed bug #72337 (invalid dimensions can lead to crash) (Pierre) + - Intl: . Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol) @@ -79,7 +82,7 @@ PHP NEWS - GD: . Fixed bug #72227 (imagescale out-of-bounds read). (Stas) - . Fixed bug #72337 (invalid dimensions can lead to crash) (Pierre) + - Intl: . Fixed #72241 (get_icu_value_internal out-of-bounds read). (Stas)