php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66890 imagescale segfault.
Submitted: 2014-03-12 12:41 UTC Modified: 2014-03-12 12:41 UTC
From: remi@php.net Assigned: remi (profile)
Status: Closed Package: GD related
PHP Version: 5.5.10 OS: GNU/LInux
Private report: No CVE-ID: None
 [2014-03-12 12:41 UTC] remi@php.net
Description:
------------
Testing reproducer for bug #66887, notice imagescale segfault when optional mode is set.

Program received signal SIGSEGV, Segmentation fault.
0x000055555579307c in zend_fetch_resource (passed_id=passed_id@entry=0x7fffffffa1f8, default_id=default_id@entry=-1, 
    resource_type_name=resource_type_name@entry=0x7fffed54da74 "Image", found_resource_type=found_resource_type@entry=0x0, num_resource_types=num_resource_types@entry=1)
    at /usr/src/debug/php-5.5.10/Zend/zend_list.c:126
126                     } else if ((*passed_id)->type != IS_RESOURCE) {



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-03-12 12:41 UTC] remi@php.net
-Assigned To: +Assigned To: remi
 [2014-03-12 12:47 UTC] remi@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=dada2f550f7f805cb4e111c0e13cf1da98e711be
Log: Fixed Bug #66890 imagescale segfault
 [2014-03-12 12:47 UTC] remi@php.net
-Status: Assigned +Status: Closed
 [2014-03-13 09:18 UTC] ab@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=dada2f550f7f805cb4e111c0e13cf1da98e711be
Log: Fixed Bug #66890 imagescale segfault
 [2014-03-13 09:20 UTC] ab@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=dada2f550f7f805cb4e111c0e13cf1da98e711be
Log: Fixed Bug #66890 imagescale segfault
 [2014-04-10 04:47 UTC] tyrael@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=dada2f550f7f805cb4e111c0e13cf1da98e711be
Log: Fixed Bug #66890 imagescale segfault
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 01:01:30 2024 UTC