mirror of
https://github.com/torvalds/linux.git
synced 2025-11-05 19:19:43 +02:00
If the IFS scan test exits prematurely due to a timeout before
completing a single run, the union ifs_status remains uninitialized,
leading to incorrect test status reporting. To prevent this, always
initialize the union ifs_status to zero.
Fixes:
|
||
|---|---|---|
| .. | ||
| core.c | ||
| ifs.h | ||
| Kconfig | ||
| load.c | ||
| Makefile | ||
| runtest.c | ||
| sysfs.c | ||