FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Gracefully handle `PermissionError` exceptions that crash fuzzer by DaveLak · Pull Request #1951 · gitpython-developers/GitPython · GitHub

Gracefully handle PermissionError exceptions that crash fuzzer - #1951

Merged
Byron merged 1 commit into
gitpython-developers:mainfrom
DaveLak:fix-issue-69870-gitpython-fuzz-submodule-uncaught-exception-with-empty-stacktrace
Aug 9, 2024
Merged

Gracefully handle PermissionError exceptions that crash fuzzer#1951
Byron merged 1 commit into
gitpython-developers:mainfrom
DaveLak:fix-issue-69870-gitpython-fuzz-submodule-uncaught-exception-with-empty-stacktrace

Conversation

DaveLak commented Aug 9, 2024

Copy link
Copy Markdown
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 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks a lot for maintaining the fuzzing!

Byron merged commit e57cc2c into gitpython-developers:main Aug 9, 2024
DaveLak deleted the fix-issue-69870-gitpython-fuzz-submodule-uncaught-exception-with-empty-stacktrace branch August 9, 2024 17:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL