| Summary: | Crash with SDL_SetColorKey | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Sylvain <sylvain.becker> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | small program that crashes | ||
|
Description
Sylvain
2013-06-20 12:34:10 UTC
Thanks for the report. Can you attach a small program that crashes? Created attachment 1193 [details]
small program that crashes
Here's a small program that crashes, needs SDL2 + SDL2_image
It crashes because I try to set as a colorkey, a RGB color which gets out of the bounds of the palette of the image.
Nice catch, thanks! http://hg.libsdl.org/SDL/rev/75b8a207cb65 |