SDL/src/haptic
Mingjie Shen 19b3ddac2f Fix TOCTOU race condition
Separately checking the state of a file before operating on it may allow
an attacker to modify the file between the two operations. (CWE-367)
Fix by using fstat() instead of stat().
2024-03-08 15:52:04 -08:00
..
android Made SDL_HapticEffect const in the API 2024-01-21 11:29:40 -08:00
darwin Made SDL_HapticEffect const in the API 2024-01-21 11:29:40 -08:00
dummy Made SDL_HapticEffect const in the API 2024-01-21 11:29:40 -08:00
linux Fix TOCTOU race condition 2024-03-08 15:52:04 -08:00
windows Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
SDL_haptic.c Made SDL_HapticEffect const in the API 2024-01-21 11:29:40 -08:00
SDL_haptic_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_syshaptic.h Made SDL_HapticEffect const in the API 2024-01-21 11:29:40 -08:00