1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 22:17:45 +00:00

uucore/detect_symlink_loop: add a function to detect symlink loops

This commit is contained in:
Sylvestre Ledru 2023-05-02 22:42:33 +02:00
parent aae3f2f99c
commit 6547bec2ef
3 changed files with 74 additions and 0 deletions

1
Cargo.lock generated
View file

@ -3407,6 +3407,7 @@ dependencies = [
"sha2",
"sha3",
"sm3",
"tempfile",
"thiserror",
"time",
"uucore_procs",