summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-01-06 06:34:06 +0100
committerAnatol Belski <ab@php.net>2016-01-06 06:34:06 +0100
commit038c63cdea0472176ec2fdb162cfbd96e8c5f83e (patch)
tree7f66fe347984caa5a351099d2c54941b8781e9c0
parentc666a67a9873707a6cd9c83bbd09c3ac1b76e0d2 (diff)
downloadphp-git-PHP-7.0.2.tar.gz
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9d11e91c74..0a72892dba 100644
--- a/NEWS
+++ b/NEWS
@@ -69,6 +69,10 @@ PHP NEWS
. Fixed bug #71153 (Performance Degradation in ArrayIterator with large
arrays). (Nikita)
+- Standard:
+ . Fixed bug #71270 (Heap BufferOver Flow in escapeshell functions).
+ (emmanuel dot law at gmail dot com)
+
- WDDX:
. Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization).
(taoguangchen at icloud dot com)