mirror of https://github.com/torvalds/linux.git
If fstat() fails after open() succeeds, the function returns without
closing the file descriptor. Also preserve errno across close(), since
close() may overwrite it before the error is returned.
Link: https://lore.kernel.org/all/20260318155847.78065-3-objecting@objecting.org/
Fixes:
|
||
|---|---|---|
| .. | ||
| include/linux | ||
| samples | ||
| scripts | ||
| .gitignore | ||
| Makefile | ||
| main.c | ||
| test-bootconfig.sh | ||