summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2020-01-21 11:33:51 +0000
committerDerick Rethans <github@derickrethans.nl>2020-01-21 11:33:51 +0000
commit56de1e6c531301950c6d5e4458c61057f16f7df9 (patch)
tree8aa38bab352d4c5ca235c5d91cb51f048fb9d7e5
parent4c2254b076257c56ad14665ec2c2dd543246c26a (diff)
downloadphp-git-PHP-7.4.2.tar.gz
Update NEWSPHP-7.4.2
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fa914dd680..9f95191bbc 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,10 @@ PHP NEWS
- Libxml:
. Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter). (Laruence)
+- Mbstring:
+ . Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`).
+ (CVE-2020-7060) (Nikita)
+
- OPcache:
. Fixed bug #78961 (erroneous optimization of re-assigned $GLOBALS). (Dmitry)
. Fixed bug #78950 (Preloading trait method with static variables). (Nikita)
@@ -69,6 +73,8 @@ PHP NEWS
Kentarō)
- Session:
+ . Fixed bug #79091 (heap use-after-free in session_create_id()). (cmb,
+ Nikita)
. Fixed bug #79031 (Session unserialization problem). (Nikita)
- Shmop:
@@ -82,6 +88,7 @@ PHP NEWS
. Fixed bug #78976 (SplFileObject::fputcsv returns -1 on failure). (cmb)
- Standard:
+ . Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059). (cmb)
. Fixed bug #79000 (Non-blocking socket stream reports EAGAIN as error).
(Nikita)
. Fixed bug #54298 (Using empty additional_headers adding extraneous CRLF).