summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-05-19 15:44:55 +0200
committerAnatol Belski <ab@php.net>2015-05-19 15:44:55 +0200
commit890a28d4b97b5785f155618fc34134acb77f7a64 (patch)
treeea56290bf3bb0e0a937c34763b91e76126e1a6c8 /NEWS
parenteebab8282b38ca6ff77d3b878aba8fbb9fc89f66 (diff)
downloadphp-git-890a28d4b97b5785f155618fc34134acb77f7a64.tar.gz
Fixed bug #69511 Off-by-one bufferoverflow in php_sys_readlink
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2a3019a4c9..7ca0e33748 100644
--- a/NEWS
+++ b/NEWS
@@ -78,6 +78,8 @@
. Implemented the RFC `Fix "foreach" behavior`. (Dmitry)
. Implemented the RFC `Generator Delegation`. (Bob)
. Implemented the RFC ` Anonymous Class Support`. (Joe, Nikita, Dmitry)
+ . Fixed bug #69511 (Off-by-one buffer overflow in php_sys_readlink).
+ (Jan Starke, Anatol)
- Curl:
. Fixed bug #68937 (Segfault in curl_multi_exec). (Laruence)