Commit: f0ac09cbffe7c39b37f06c1bdf7d5f31da4f0a82 Author: Christoph M. Becker <[email protected]> Tue, 25 Oct 2016 14:51:52 +0200 Parents: 9552245cb049367e0e913ad6aad414fb8457fa1a Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f0ac09cbffe7c39b37f06c1bdf7d5f31da4f0a82 Log: Add missing changelog entries for #72494 Bugs: https://bugs.php.net/72494 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 5a4fb3a..15f3e4e 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -265,6 +265,7 @@ FILTER_FLAG_NO_PRIV_RANGE).</li> <li><?php bugfix(72697); ?> (select_colors write out-of-bounds). (CVE-2016-7126)</li> <li><?php bugfix(72709); ?> (imagesetstyle() causes OOB read for empty $styles).</li> <li><?php bugfix(72730); ?> (imagegammacorrect allows arbitrary write access). (CVE-2016-7127)</li> + <li><?php bugfix(72494); ?> (imagecropauto out-of-bounds access)</li> </ul></li> <li>Intl: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 21b14c3..42b53f3 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -327,6 +327,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(68712); ?> (suspicious if-else statements).</li> <li><?php bugfix(72697); ?> (select_colors write out-of-bounds). (CVE-2016-7126)</li> <li><?php bugfix(72730); ?> (imagegammacorrect allows arbitrary write access). (CVE-2016-7127)</li> + <li><?php bugfix(72494); ?> (imagecropauto out-of-bounds access)</li> </ul></li> <li>Intl: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
