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: pajoye@php.net Assigned:
Status: Closed Package: GD related
PHP Version: 5.5.10 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pajoye@php.net
New email:
PHP Version: OS:

 

 [2014-03-09 20:10 UTC] pajoye@php.net
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] pajoye@php.net
Automatic comment on behalf of pierre.php@gmail.com
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] pajoye@php.net
-Status: Open +Status: Closed
 [2014-03-10 11:45 UTC] ab@php.net
Automatic comment on behalf of pierre.php@gmail.com
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] pajoye@php.net
Automatic comment on behalf of pierre.php@gmail.com
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] pajoye@php.net
Automatic comment on behalf of pierre.php@gmail.com
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] ab@php.net
Automatic comment on behalf of pierre.php@gmail.com
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] tyrael@php.net
Automatic comment on behalf of pierre.php@gmail.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=8e3c2015dc71271523f502bed7afdbb2aeb0acae
Log: - fix #66869, Invalid 2nd argument crashes imageaffinematrixget
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC