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
User should get errors when trying to do events in a directories without execute permissions
Either no error message, or a seg fault
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Please provide detailed steps for reproducing the issue.
chmod -x
show
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
uname -a
Darwin localhost 18.5.0 Darwin Kernel Version 18.5.0: Mon Mar 11 20:40:32 PDT 2019; root:xnu-4903.251.3~3/RELEASE_X86_64 x86_64
The text was updated successfully, but these errors were encountered:
Prevent loading non executable directories
cdfe0f6
* Mostly fixes #95
roberthawdon
No branches or pull requests
Expected Behavior
User should get errors when trying to do events in a directories without execute permissions
Current Behavior
Either no error message, or a seg fault
Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
chmod -x
)show
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
uname -a
:Darwin localhost 18.5.0 Darwin Kernel Version 18.5.0: Mon Mar 11 20:40:32 PDT 2019; root:xnu-4903.251.3~3/RELEASE_X86_64 x86_64
The text was updated successfully, but these errors were encountered: