Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Add missing CVE
This commit is contained in:
Christoph M. Becker 2020-04-14 18:19:16 +02:00
commit 537680a9c4

2
NEWS
View File

@ -66,7 +66,7 @@ PHP NEWS
- Standard:
. Fixed bug #79330 (shell_exec() silently truncates after a null byte). (stas)
. Fixed bug #79465 (OOB Read in urldecode()). (stas)
. Fixed bug #79465 (OOB Read in urldecode()). (CVE-2020-7067) (stas)
. Fixed bug #79410 (system() swallows last chunk if it is exactly 4095 bytes
without newline). (Christian Schneider)