-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intermediate symlink resolving in realpath #3669
Comments
niyaznigmatullin
added a commit
to niyaznigmatullin/coreutils
that referenced
this issue
Jul 6, 2022
niyaznigmatullin
added a commit
to niyaznigmatullin/coreutils
that referenced
this issue
Jul 7, 2022
niyaznigmatullin
added a commit
to niyaznigmatullin/coreutils
that referenced
this issue
Jul 7, 2022
niyaznigmatullin
added a commit
to niyaznigmatullin/coreutils
that referenced
this issue
Jul 8, 2022
sylvestre
pushed a commit
that referenced
this issue
Jul 10, 2022
PR #3703 closes the issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently seems that uutils doesn't resolve symlinks that is hidden as a path inside another symlink
As well as other utilities that use
canonicalize
function don't check for existence of each part of the paths inside symlinks.The text was updated successfully, but these errors were encountered: