SDL/src/stdlib
Sam Lantinga 52d63ba26c Do a full UCS4 zero termination on iconv converted strings
We don't necessarily know the size of the output characters, so do a full 32-bit zero termination on the output string.

This fixes garbage at the end of Windows clipboard text

(cherry picked from commit ecbbac7c7292300cf998a2ff04db3c721203b0b7)
2023-07-05 22:25:49 -07:00
..
SDL_crc16.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_crc32.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_getenv.c Updated source to match SDL function prototype style 2023-05-23 10:59:03 -07:00
SDL_iconv.c Do a full UCS4 zero termination on iconv converted strings 2023-07-05 22:25:49 -07:00
SDL_malloc.c USE_DEV_RANDOM close the file descriptor even in the rare case it can't read it 2023-02-26 14:00:32 +03:00
SDL_mslibc.c Implement _intel_fast_(memcpy|memset) 2023-03-27 06:13:28 +00:00
SDL_qsort.c Updated source to match SDL function prototype style 2023-05-23 10:59:03 -07:00
SDL_stdlib.c Updated source to match SDL function prototype style 2023-05-23 10:59:03 -07:00
SDL_string.c Fixed printf formatting for "%p" and added a unit test to check it 2023-07-05 22:17:15 -07:00
SDL_strtokr.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_vacopy.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00