[3.13] gh-144023: Prevent `follow_symlinks` from being allowed with an fd of 0 (GH-144022) (#144152)
[3.13] gh-144023: Prevent follow_symlinks from being allowed with an fd of 0 (GH-144022) The check was (fd > 0), should be (fd >= 0). (cherry picked from commit fa44efa0ef1972ac1e2f66996303154be11f605e) Co-authored-by: AZero13 <gfunni234@gmail.com>
S
Stan Ulbrych committed
837b88fd9fc5a33a770c343253b2c488f9b8979d
Parent: d4d37b2
Committed by GitHub <noreply@github.com>
on 1/22/2026, 3:52:49 PM