Ryan C. Gordon
|
c93bca489d
stdlib: Fixed crash on SDL_snprintf("%s", NULL).
|
8 years ago |
Sam Lantinga
|
5cb1ca551f
Fixed building with mingw32
|
8 years ago |
Sam Lantinga
|
45b774e3f7
Updated copyright for 2017
|
8 years ago |
Sam Lantinga
|
880842cfdf
Fixed bug 3531 - internal SDL_vsnprintf implementation access memory outside given buffer ranges
|
8 years ago |
Sam Lantinga
|
57d01d7d67
Patch from Sylvain to fix clang warnings
|
8 years ago |
Sam Lantinga
|
74e1dd4c6f
Define _GNU_SOURCE when building SDL
|
8 years ago |
Ryan C. Gordon
|
46f44f66f8
Fixed potential buffer overflow in SDL_vsnprintf() (thanks, Taylor!).
|
8 years ago |
Sam Lantinga
|
42065e785d
Updated copyright to 2016
|
9 years ago |
Philipp Wiesemann
|
72590685c0
Backed out changeset 4ad56dbf4a6f
|
10 years ago |
Ryan C. Gordon
|
a823982e02
Clang static analysis builds should use C runtime directly.
|
10 years ago |
Sam Lantinga
|
0d673844ac
Fixed bug 2596 - SDL_SetError fails on on NULL on systems with vsnprintf
|
11 years ago |
Sam Lantinga
|
40538446d9
Fixed crash with SDL_SetError(NULL)
|
11 years ago |
Sam Lantinga
|
da6d9a9f2a
Added annotations to help code analysis tools
|
11 years ago |
Yuri Kunde Schlesner
|
d12d7952f1
Align pointer in SDL_memset before doing Uint32 loop
|
11 years ago |
David Ludwig
|
3dcb451f85
Added a README file regarding WinRT support
|
11 years ago |