diff options
author | Stanislav Malyshev <stas@php.net> | 2020-05-11 14:28:51 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2020-05-11 14:28:51 -0700 |
commit | b4afd21428e09133228fd84bf048157526c2c705 (patch) | |
tree | ee0a9bca829b63e92d6a5ebb1ee28796eefc4fff | |
parent | 3c8582ca4b8e84e5647220b647914876d2c3b124 (diff) | |
download | php-git-b4afd21428e09133228fd84bf048157526c2c705.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 7.2.31 +- Core: + . Fixed bug #78875 (Long filenames cause OOM and temp files are not cleaned). + (CVE-2019-11048) (cmb) + . Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp + files are not cleaned). (CVE-2019-11048) (cmb) 16 Apr 2020, PHP 7.2.30 |