SIGN IN SIGN UP

gh-144023: Prevent follow_symlinks from being allowed with an fd of 0 (GH-144022)

The check was (fd > 0), should be (fd >= 0).
A
AZero13 committed
fa44efa0ef1972ac1e2f66996303154be11f605e
Parent: fa3abf5
Committed by GitHub <noreply@github.com> on 1/20/2026, 9:50:51 AM