ID: 37346 Updated by: [EMAIL PROTECTED] Reported By: zq dot hkrcn at gmail dot com -Status: Open +Status: Feedback Bug Type: GD related Operating System: Windows 2000 PHP Version: 5.1.4 New Comment:
We really need a report in english... many people here don't speak any chinese. Previous Comments: ------------------------------------------------------------------------ [2006-05-07 06:51:03] cnstudentmail at Gmail dot com i have the same problem. i think it's a very danger bug because a lots of server is using gd. ------------------------------------------------------------------------ [2006-05-07 06:42:53] zq dot hkrcn at gmail dot com Description: ------------ gd (ver 2.0.28) have a danger bug a error image can pass php's test but it would make a fatal error other question:Could you tell me if you deal with bug report in Chinese? i'm chinese my english is very poor here's the bug report in Chinese: 当有恶意的用户提交一个错误的图像文件 这个文件的文件头是正确的,但主体是错误的,没有结束 提交上去以后,就会引起 php 的致命错误 www 服务会停止 另外问一下:用中文报告会不会处理的? Reproduce code: --------------- <?php $file = 'http://dev.hkrcn.com/testimg.gif'; $im = imagecreatefromgif($file); // here a fatal error Expected result: ---------------- cause a error,then stop running Actual result: -------------- memory-leak ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37346&edit=1