[libGD] #52 [Comment added] Reading GIF images is not thread safe.
[email protected] (libGD)
| Newsgroups | php.gd.bugs |
|---|---|
| Message-ID | <[email protected]> |
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#52 - Reading GIF images is not thread safe. User who did this - Roman Nemecek (nero8) ---------- I see that local Colormap is read twice. And when reading rest of the image we read 'something' without first 3x256 bytes. After this patch (#52) for reading we do not use static buffer in stack, but allocated data from heap, and this will be reason that the bug has now serious consequence. ---------- More information can be found at the following URL: http://bugs.libgd.org/?do=details&task_id=52#comment154 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.