| Summary: | Patch: Gracefully handle XCF files with overly large colourmaps | ||
|---|---|---|---|
| Product: | SDL_image | Reporter: | janisozaur <janisozaur+libsdl> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | janisozaur+libsdl |
| Version: | 2.0.4 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | Gracefully_handle_XCF_files_with_overly_large_colourmaps.patch | ||
It looks like this patch has been applied, thanks! |
Created attachment 3787 [details] Gracefully_handle_XCF_files_with_overly_large_colourmaps.patch Some files may have large colourmaps, which can cause failed malloc call. Rather than crashing, log and recover.