]> granicus.if.org Git - php/commitdiff
Update NEWS
authorStanislav Malyshev <stas@php.net>
Tue, 2 Jan 2018 03:53:00 +0000 (19:53 -0800)
committerStanislav Malyshev <stas@php.net>
Tue, 2 Jan 2018 03:53:00 +0000 (19:53 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 93a838bdd40006c9314bf6f1b6aec6aa95385ce6..5934664b899ddd92730427bfa32f457144442779 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ?? 2017, PHP 5.6.33
 
+- GD:
+  . Fixed bug #75571 (Potential infinite loop in gdImageCreateFromGifCtx). (cmb)
+
+- Phar:
+  . Fixed bug #74782 (Reflected XSS in .phar 404 page). (Stas)
+
 26 Sep 2017, PHP 5.6.32
 
 - Date:
@@ -22,7 +28,7 @@ PHP                                                                        NEWS
     unserialize). (Nikita)
   . Fixed bug #74603 (PHP INI Parsing Stack Buffer Overflow Vulnerability).
     (Stas)
-  . Fixed bug #74819 (wddx_deserialize() heap out-of-bound read via 
+  . Fixed bug #74819 (wddx_deserialize() heap out-of-bound read via
     php_parse_date()). (Derick)
 
 - GD: