Commit: e54be9c7bb5af14d0b77751503d5e26d5e8e9c42 Author: Lior Kaplan <[email protected]> Thu, 28 Aug 2014 19:40:00 +0300 Parents: 6a0d8dd34a4c1679f85df6cc8ba57169d7dd9f6b Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e54be9c7bb5af14d0b77751503d5e26d5e8e9c42 Log: Use #66356 instead of #66714, as the latter is only a regression fix from the former. Bugs: https://bugs.php.net/66356 https://bugs.php.net/66714 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index ee6c9a1..0401e53 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -177,7 +177,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(66901); ?> (php-gd 'c_color' NULL pointer dereference).</li> <li><?php bugfix(67248); ?> (imageaffinematrixget missing check of parameters).</li> <li>Fixed imagettftext to load the correct character map rather than the last one.</li> - <li><?php bugfix(66714); ?> ( imageconvolution breakage).</li> + <li><?php bugfix(66356); ?> (Heap Overflow Vulnerability in imagecrop()). (CVE-2013-7226)</li> <li><?php bugfix(66815); ?> (imagecrop(): insufficient fix for NULL defer). (CVE-2013-7327)</li> <li><?php bugfix(66869); ?> (Invalid 2nd argument crashes imageaffinematrixget).</li> <li><?php bugfix(66887); ?> (imagescale - poor quality of scaled image).</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
