Commit: 2fcef58e2c882328538da221ab43df81653423f7 Author: Lior Kaplan <[email protected]> Tue, 13 Dec 2016 14:52:02 +0200 Parents: e54a8d61b4970fd82f90f460e691e00d577c65b8 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=2fcef58e2c882328538da221ab43df81653423f7 Log: Remove duplicate entries for #66387, it was triggered by backporting the fix for 5.5.37 Bugs: https://bugs.php.net/66387 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index a1d3b0d..d3d51c5 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -556,7 +556,6 @@ FILTER_FLAG_NO_PRIV_RANGE).</li> </ul></li> <li>GD: <ul> - <li><?php bugfix(66387); ?> (Stack overflow with imagefilltoborder). (CVE-2015-8874)</li> <li><?php bugfix(72298); ?> (pass2_no_dither out-of-bounds access).</li> <li><?php bugfix(72337); ?> (invalid dimensions can lead to crash).</li> <li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow). (CVE-2016-5766)</li> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 8ba65be..d14e431 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -1259,7 +1259,6 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>GD: <ul> - <li><?php bugfix(66387); ?> (Stack overflow with imagefilltoborder). (CVE-2015-8874)</li> <li><?php bugfix(72298); ?> (pass2_no_dither out-of-bounds access).</li> <li><?php bugfix(72337); ?> (invalid dimensions can lead to crash).</li> <li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow). (CVE-2016-5766)</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
