Ryujinx-SDL/src/stdlib
Ozkan Sezer 652d59fb3b make sure SDL_vsnprintf() nul terminates if it is using _vsnprintf
The change makes sure that SDL_vsnprintf() nul terminates if it is
using _vsnprintf() for the job.

I made this patch for Watcom, whose _vsnprintf() doesn't guarantee
nul termination.  The preprocessor check can be extended to windows
in general too, if required.

Closes bug #3769.
2018-05-10 09:02:39 +03:00
..
SDL_getenv.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_iconv.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_malloc.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_qsort.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_stdlib.c SDL_log10 2018-01-17 11:53:09 -05:00
SDL_string.c make sure SDL_vsnprintf() nul terminates if it is using _vsnprintf 2018-05-10 09:02:39 +03:00