-
Notifications
You must be signed in to change notification settings - Fork 79
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
glob follows symlinks #62
Comments
Any review on #63 so I can improve the code? |
I just hit this exact wall, looping infinitely in sys. I think I'm not qualified to review, but when reading the code, I thought that Cheers, |
@andre-richter I think that you are right. I updated the PR. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
glob
do not understand symlinks, and this cause problems in directories like/sys
, where is frequent to have loops, and in some cases never ends.The text was updated successfully, but these errors were encountered: