Commit: 5e1f78e602827fc1715486d8502f4019ff1a6e9a Author: Alexey Shirokov <[email protected]> Fri, 15 May 2020 08:49:50 +0300 Committer: Christoph M. Becker <[email protected]> Fri, 15 May 2020 09:02:12 +0200 Parents: 0334decbdc509364ca373fb22c7964a27fc292f1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=5e1f78e602827fc1715486d8502f4019ff1a6e9a Log: Fix bugfix title Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index c2eeca875..f97406838 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -21,8 +21,8 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(79514); ?> (Memory leaks while including unexistent file).</li> <li><?php bugfix(79470); ?> (PHP incompatible with 3rd party file system on demand).</li> <li><?php bugfix(78784); ?> (Unable to interact with files inside a VFS for Git repository).</li> - <li><?php bugfix(78875); ?> (Long variables cause OOM and temp files are not cleaned).</li> - <li><?php bugfix(78876); ?> (Long variables cause OOM and temp files are not cleaned).</li> + <li><?php bugfix(78875); ?> (Long variables cause OOM and temp files are not cleaned). (CVE-2019-11048).</li> + <li><?php bugfix(78876); ?> (Long variables in multipart/form-data cause OOM and temp files are not cleaned). (CVE-2019-11048).</li> </ul></li> <li>DOM: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
