summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2018-01-01 19:53:00 -0800
committerStanislav Malyshev <stas@php.net>2018-01-01 19:53:00 -0800
commit2881199c804d3cb11dd449ad10fa3965549812ea (patch)
tree50d9cf1166e40d850d4bf7fce6444a3f304a3fbb
parent8d6e9588671136837533fe3785657c31c5b52767 (diff)
downloadphp-git-2881199c804d3cb11dd449ad10fa3965549812ea.tar.gz
Update NEWS
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 93a838bdd4..5934664b89 100644
--- 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: