diff options
author | Anatol Belski <ab@php.net> | 2015-05-19 15:44:55 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-05-19 15:44:55 +0200 |
commit | 890a28d4b97b5785f155618fc34134acb77f7a64 (patch) | |
tree | ea56290bf3bb0e0a937c34763b91e76126e1a6c8 /NEWS | |
parent | eebab8282b38ca6ff77d3b878aba8fbb9fc89f66 (diff) | |
download | php-git-890a28d4b97b5785f155618fc34134acb77f7a64.tar.gz |
Fixed bug #69511 Off-by-one bufferoverflow in php_sys_readlink
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |