[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)
----------
Sorry, I have a lack of time :-(
The fix can be revert one change between 1.3 and 1.4 (line 183)<code>
if (!useGlobalColormap) {
if (ReadColorMap(fd, bitPixel, localColorMap)) {
return 0;
}
}
========= REPLACE by this ========
imw = LM_to_uint(buf[4],buf[5]);
imh = LM_to_uint(buf[6],buf[7]);
</code>[to create gdImage is better use dimension of the frame, not from GIF header which can be different.]
----------
More information can be found at the following URL:
http://bugs.libgd.org/?do=details&task_id=52#comment157
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.