Author :
Ryan C. Gordon
Date :
2017-02-14 02:49:08
Hash :c93bca48 Message :stdlib: Fixed crash on SDL_snprintf("%s", NULL).
Like other C runtimes, it should probably produce the string "(null)".
This bug probably only affected Windows, as most platforms use their standard
C runtime's snprintf().