-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This GIF File kills App #50
Comments
omg i just testing 'writing issue' is working well, but i can't find delete button. |
If something is not working on the latest version then it's a bug. I will check it. |
I debugged and found stack char colIdx = idx >= cmap->ColorCount ? 0 : idx; so i wonder if i add this code, is there will be any side-effact? |
Color map in that place should never be NULL since it should be checked and optionally set to default while opening a GIF. Bug existed in |
T^T
The text was updated successfully, but these errors were encountered: