SDL
SDL copied to clipboard
Check return value of SDL_small_alloc()
It can fall back to malloc() and fail.
Same in SDL2 which SDL3 inherited the lack of return value checks from.