Commit 73448fe2458f214f93af0eeee01c8f2b06e9a442

Eddy Jansson 2022-04-29T14:05:15

assert: Remove use of alloca() For short messages, use a stack buffer that is significantly smaller than SDL_MAX_LOG_MESSAGE. For larger messages, fall back to allocation.