php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39082 image* functions segfaults when only one argument is given
Submitted: 2006-10-08 17:15 UTC Modified: 2006-10-08 17:37 UTC
From: pierre@php.net Assigned: pajoye (profile)
Status: Closed Package: GD related
PHP Version: 5.2.0RC5 OS: all
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: pierre@php.net
New email:
PHP Version: OS:

 

 [2006-10-08 17:15 UTC] pierre@php.net
Description:
------------
$im = imagecreatetruecolor(1,1);
imagegif($im);


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-10-08 17:37 UTC] pajoye@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun May 11 13:01:28 2025 UTC