summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-06-09 13:58:06 +0200
committerFerenc Kovacs <tyrael@php.net>2015-06-09 13:58:06 +0200
commitc6dc3fc7f43034275a2b64dddaa6f03957f19ebf (patch)
tree91890c2df44812ce0df3c722a784a20a35059b0a
parentc056c5801c337a240aaafed01622566c92c7240e (diff)
downloadphp-git-c6dc3fc7f43034275a2b64dddaa6f03957f19ebf.tar.gz
fix NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d7aa1fb846..4ac32e3290 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ PHP NEWS
. Fixed POST data processing slowdown due to small input buffer size
on Windows. (Jorge Oliveira, Anatol)
+- FTP
+ . Improved fix for bug #69545 (Integer overflow in ftp_genlist()
+ resulting in heap overflow). (Max Spelsberg)
+
- GD:
. Fixed bug #69479 (GD fails to build with newer libvpx). (Remi)