Commit: b1311340f522970613798506137baae35a14eef9 Author: kovacs.ferenc <[email protected]> Fri, 20 Mar 2015 14:25:32 +0100 Parents: 178c4965647188f4a09873b9b91b27cb898df4a5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b1311340f522970613798506137baae35a14eef9 Log: ChangeLog fixes Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 58dd9a4..972ec0d 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -20,7 +20,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(68986); ?> (pointer returned by php_stream_fopen_temporary_file not validated in memory.c).</li> <li><?php bugfix(68166); ?> (Exception with invalid character causes segv).</li> <li><?php bugfix(69141); ?> (Missing arguments in reflection info for some builtin functions).</li> - <li><?php bugfix(68976); ?> (Use After Free Vulnerability in unserialize()).</li> + <li><?php bugfix(68976); ?> (Use After Free Vulnerability in unserialize()). (CVE-2015-0231)</li> <li><?php bugfix(69134); ?> (Per Directory Values overrides PHP_INI_SYSTEM configuration options).</li> <li><?php bugfix(69207); ?> (move_uploaded_file allows nulls in path).</li> </ul></li> @@ -39,7 +39,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Ereg: <ul> - <li><?php bugfix(69248); ?> (heap overflow vulnerability in regcomp.c) (CVE-2015-2305).</li> + <li><?php bugfix(69248); ?> (heap overflow vulnerability in regcomp.c). (CVE-2015-2305)</li> </ul></li> <li>FPM: <ul> @@ -84,7 +84,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>ZIP: <ul> - <li><?php bugfix(69253); ?> (ZIP Integer Overflow leads to writing past heap boundary) (CVE-2015-2331).</li> + <li><?php bugfix(69253); ?> (ZIP Integer Overflow leads to writing past heap boundary). (CVE-2015-2331)</li> </ul></li> </ul> <!-- }}} --></section> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
