summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-02-17 19:22:15 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-02-17 19:23:31 +0100
commit788065fb8cfaff83c15a4653ea664ebb353f131c (patch)
treeafc5469782077199fc0d92f3603236c0ce22cb12
parent2831334bd3ed06f51ad5be96f3627809b62b30a1 (diff)
parent5009b9811d1ac323fcd45c14abd9693803040b13 (diff)
downloadphp-git-788065fb8cfaff83c15a4653ea664ebb353f131c.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Update NEWS [ci skip]
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a80f373809..81c5f4eccd 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,16 @@ PHP NEWS
. Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback
and unicode). (Nikita)
+- Phar:
+ . Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have
+ all-access permissions). (CVE-2020-7063) (stas)
+ . Fixed bug #79171 (heap-buffer-overflow in phar_extract_file).
+ (CVE- 2020-7061) (cmb)
+
+- Session:
+ . Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress).
+ (CVE-2020-7062) (stas)
+
- Standard:
. Fixed bug #79254 (getenv() w/o arguments not showing changes). (cmb)