We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
superfile panics when viewing folder metadata if lstat on a file fails. Steps to reproduce:
superfile
lstat
go install github.com/yorukot/superfile@latest
cd $(mkdir -d)
mkdir dir
echo test > dir/testfile
chmod 666 dir
2024/11/24 21:22:40 Dir size function error 2024/11/24 21:22:40 lstat /tmp/tmp.uTY7qe519s/dir/testfile: permission denied
Mangled panic trace since it also destroyed my terminal window:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
superfile
panics when viewing folder metadata iflstat
on a file fails. Steps to reproduce:go install github.com/yorukot/superfile@latest
cd $(mkdir -d)
mkdir dir
echo test > dir/testfile
chmod 666 dir
# Taking away the execute bit on a folder makes the user unable to get the size of its contentssuperfile
# Press mMangled panic trace since it also destroyed my terminal window:
The text was updated successfully, but these errors were encountered: