summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-06-09 16:23:05 -0700
committerStanislav Malyshev <stas@php.net>2015-06-09 16:23:05 -0700
commit539738c4384ba05a13cb17478e3af0f4d1450542 (patch)
treed6d33b616f2bb11f6f58cb5bb7929c0b50468999
parent80367584910885baa1a2a4476a4a31efdcf0c9c0 (diff)
downloadphp-git-539738c4384ba05a13cb17478e3af0f4d1450542.tar.gz
update NEWS
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 08007949b8..d64f05154a 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,12 @@ PHP NEWS
- Core:
. Imroved fix for bug #69545 (Integer overflow in ftp_genlist() resulting in
heap overflow). (Max Spelsberg)
+ . Fixed bug #69646 (OS command injection vulnerability in escapeshellarg).
+ (Anatol Belski)
+ . Fixed bug #69719 (Incorrect handling of paths with NULs). (Stas)
+
+- Litespeed SAPI:
+ . Fixed bug #68812 (Unchecked return value). (George Wang)
- Postgres:
. Fixed bug #69667 (segfault in php_pgsql_meta_data). (Remi)