Skip to content
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

fix hardcoded flag values #287

Merged

Conversation

NDStrahilevitz
Copy link
Contributor

Calls to the open syscall used hardcoded flag values. Since flag values may differ between arches this could cause EINVAL results.

Calls to the `open` syscall used hardcoded flag values.
Since flag values may differ between arches this could cause EINVAL
results.
Copy link
Collaborator

@yanivagman yanivagman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yanivagman yanivagman merged commit 8a1e54e into aquasecurity:main Jan 31, 2023
@NDStrahilevitz NDStrahilevitz deleted the fix_hardcoded_syscall_flags branch January 31, 2023 11:49
@aymericDD
Copy link
Contributor

Thanks for this fix 🙏
Does anyone know when this fix will be released?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants