Actions
Bug #160
closedsdl3: copy_surface() memory access trouble
Start date:
01/09/2024
Due date:
% Done:
0%
Estimated time:
Description
sdl3-client copy_surface() pass original surface's pixels array to SDL_CreateSurfaceFrom(). So created copy shares the data with the original, and gets corrupted when the original frees the data.
Files
Updated by Marko Lindqvist 11 months ago
- File 0042-sdl3-Fix-copy_surface-memory-access-trouble.patch 0042-sdl3-Fix-copy_surface-memory-access-trouble.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Updated by Marko Lindqvist 10 months ago
- Status changed from In Review to Closed
Actions