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

Update Known Exception Handling in fuzz_repo to Prevent False Positives #1316

Merged
merged 1 commit into from
May 15, 2024

Conversation

DaveLak
Copy link
Contributor

@DaveLak DaveLak commented May 15, 2024

The fuzz_repo fuzz target is crashing the fuzzer because of a known exception case where the time offsets in commits can raise a ValueError, which is not interesting in the context of fuzzing.

Closes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69045

…ives

The `fuzz_repo` fuzz target is crashing the fuzzer because of a known
exception case where the time ofsets in commit messages can raise a
`ValueError`, which is not an interesting in the context of fuzzing.

Closes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69045
@DaveLak DaveLak requested a review from jelmer as a code owner May 15, 2024 21:22
@jelmer jelmer merged commit 2f7229b into jelmer:master May 15, 2024
18 of 21 checks passed
@DaveLak DaveLak deleted the fix-known-exception-handling branch May 15, 2024 21:35
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.

2 participants