Gracefully handle `PermissionError` exceptions that crash fuzzer by DaveLak · Pull Request #1951 · gitpython-developers/GitPython
Conversation
DaveLak
commented
Aug 9, 2024
DaveLak
commented
Contributor
Fuzzing inputs sometimes produce directory paths that are protected inside the fuzzer execution environment. This is not an issue in GitPython's code, so it should not crash the fuzzer.
Fixes OSS-Fuzz Issue 69456:
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69870
Fuzzing inputs sometimes produce directory paths that are protected inside the fuzzer execution environment. This is not an issue in GitPython's code, so it should not crash the fuzzer. Fixes OSS-Fuzz Issue 69456: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69870
Byron
approved these changes
Byron
left a comment
Byron
left a comment
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for maintaining the fuzzing!
Byron
merged commit
e57cc2c
into
gitpython-developers:main
DaveLak
deleted the
fix-issue-69870-gitpython-fuzz-submodule-uncaught-exception-with-empty-stacktrace
branch
renovate
Bot
mentioned this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment