php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66869 Invalid 2nd argument crashes imageaffinematrixget
Submitted: 2014-03-09 20:10 UTC Modified: -
From: [email protected] Assigned:
Status: Closed Package: GD related
PHP Version: 5.5.10 OS:
Private report: No CVE-ID: None
 [2014-03-09 20:10 UTC] [email protected]
Description:
------------
<?php
    imageaffinematrixget(1, str_repeat('A', 2000));
?>

<?php
    $o = (object) str_repeat(urldecode("%u0c0c%u0c0c"), 2000);
    imageaffinematrixget(2, $o);
?>


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-03-09 20:19 UTC] [email protected]
Automatic comment on behalf of [email protected]
Revision: http://git.php.net/?p=php-src.git;a=commit;h=8e3c2015dc71271523f502bed7afdbb2aeb0acae
Log: - fix #66869, Invalid 2nd argument crashes imageaffinematrixget
 [2014-03-09 20:19 UTC] [email protected]
-Status: Open +Status: Closed
 [2014-03-10 11:45 UTC] [email protected]
Automatic comment on behalf of [email protected]
Revision: http://git.php.net/?p=php-src.git;a=commit;h=8e3c2015dc71271523f502bed7afdbb2aeb0acae
Log: - fix #66869, Invalid 2nd argument crashes imageaffinematrixget
 [2014-03-10 15:29 UTC] [email protected]
Automatic comment on behalf of [email protected]
Revision: http://git.php.net/?p=php-src.git;a=commit;h=8e3c2015dc71271523f502bed7afdbb2aeb0acae
Log: - fix #66869, Invalid 2nd argument crashes imageaffinematrixget
 [2014-03-10 15:30 UTC] [email protected]
Automatic comment on behalf of [email protected]
Revision: http://git.php.net/?p=php-src.git;a=commit;h=8e3c2015dc71271523f502bed7afdbb2aeb0acae
Log: - fix #66869, Invalid 2nd argument crashes imageaffinematrixget
 [2014-03-11 08:36 UTC] [email protected]
Automatic comment on behalf of [email protected]
Revision: http://git.php.net/?p=php-src.git;a=commit;h=8e3c2015dc71271523f502bed7afdbb2aeb0acae
Log: - fix #66869, Invalid 2nd argument crashes imageaffinematrixget
 [2014-04-10 04:47 UTC] [email protected]
Automatic comment on behalf of [email protected]
Revision: http://git.php.net/?p=php-src.git;a=commit;h=8e3c2015dc71271523f502bed7afdbb2aeb0acae
Log: - fix #66869, Invalid 2nd argument crashes imageaffinematrixget
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jun 11 11:01:26 2025 UTC