Files
coreutils/src
Jake Abendroth b6cf570e3c fix: eliminate TOCTOU races in ln and tac by deferring is_dir() checks
ln: call hard_link() first, check is_dir() only on failure for diagnostics
tac: remove is_dir()/metadata() pre-checks, open file directly and let OS report errors (EISDIR, ENOENT)

Closes #9450
2026-02-23 00:18:36 -08:00
..