sdl2_frt/src/stdlib
Sam Lantinga 0d673844ac Fixed bug 2596 - SDL_SetError fails on on NULL on systems with vsnprintf
sfalexrog

On systems with vsnprintf call SDL_SetError fails when passed a NULL as an argument. SDL's implementation checks for NULL (as seen in the commit: https://hg.libsdl.org/SDL/rev/835403a6aec8), but system implementation may crash.
2014-06-21 11:52:53 -07:00
..
SDL_getenv.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_iconv.c Fix compiler warnings in Native Client and Linux builds. 2014-06-20 11:10:16 -03:00
SDL_malloc.c Temporary fix for bug 2494 - Crashes due to the non thread-safe SDL_malloc/SDL_free on Windows 2014-05-10 11:27:43 -07:00
SDL_qsort.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_stdlib.c Added SDL_sqrtf(), SDL_tan(), SDL_tanf() 2014-06-07 18:20:01 -07:00
SDL_string.c Fixed bug 2596 - SDL_SetError fails on on NULL on systems with vsnprintf 2014-06-21 11:52:53 -07:00