Files
external_libudev-zero/udev_device.c
T
Mingjie Shen a2cc51bb14 udev_device.c: fix TOCTOU race condition (#57)
Separately checking the state of a file before operating on it may allow
an attacker to modify the file between the two operations.

Reference: CWE-367.
2023-12-05 11:41:24 +03:00

21 KiB