SDL/src/stdlib
Anonymous Maarten 342ec51131 Fix overflow when doing SDL_sscanf("%hd", ...)
An overflow occured in the stdlib_sscanf test, when using msys2 clang32 toolchain.
2023-08-10 15:06:42 -07:00
..
SDL_crc16.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_crc32.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_getenv.c Updated source to match SDL function prototype style 2023-05-23 11:29:41 -07:00
SDL_iconv.c Do a full UCS4 zero termination on iconv converted strings 2023-07-05 20:06:59 -07:00
SDL_malloc.c Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
SDL_mslibc.c Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
SDL_qsort.c Updated source to match SDL function prototype style 2023-05-23 11:29:41 -07:00
SDL_stdlib.c Cleanup spacing 2023-06-15 16:43:22 -07:00
SDL_string.c Fix overflow when doing SDL_sscanf("%hd", ...) 2023-08-10 15:06:42 -07:00
SDL_strtokr.c Rename SDL_strtokr() to SDL_strtok_r() 2023-07-03 06:20:06 -07:00
SDL_vacopy.h Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00