Commit Graph

1 Commits

Author SHA1 Message Date
coder_3
b2bec25c2c fix: handle symlink loops in safe_abs_path() (#4711)
Path.resolve() raises RuntimeError on circular symlinks. Catch
RuntimeError and OSError, fall back to Path.absolute().

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 22:39:35 +13:00