SDL/src/stdlib
Yuri Kunde Schlesner d12d7952f1 Align pointer in SDL_memset before doing Uint32 loop
Some more recent compilers emit SSE aligned store instructions for the loop,
causing crashes if the destination buffer isn't aligned on a 32-bit boundary.
This would also crash on platforms like ARM that require aligned stores.

This fixes a crash inside SDL_FillRect that happens with the official x64 mingw
build.
2014-05-10 21:48:46 -03:00
..
SDL_getenv.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_iconv.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04: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 a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_string.c Align pointer in SDL_memset before doing Uint32 loop 2014-05-10 21:48:46 -03:00