|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-09-24 12:23 UTC] nlopess@php.net
[2005-09-24 16:42 UTC] pajoye@php.net
[2005-11-06 23:21 UTC] sniper@php.net
[2005-12-07 00:54 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 07:00:01 2025 UTC |
Description: ------------ The following (invalid) picture triggers an infinite loop in gdImageCreateFromGif() with 100% CPU usage. Tested on Linux and OpenBSD, PHP4 with GD 1 and PHP5 with built-in GD. Reproduce code: --------------- <?php imagecreatefromgif('kaboom-gd.gif'); ?> Get kaboom-gd.gif from ftp://ftp.00f.net/misc/kaboom-gd.gif Expected result: ---------------- No 100% CPU usage. Actual result: -------------- 100% CPU usage, infinite loop.