SDL/src/haptic/linux
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
..
SDL_syshaptic.c Fix TOCTOU race condition 2024-03-08 15:52:04 -08:00