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

Feat/improve fuzz perf #975

Closed
wants to merge 23 commits into from

Conversation

capuanob
Copy link
Contributor

@capuanob capuanob commented Jul 7, 2024

Pull request

This PR seeks to address the discussion concerning low coverage in fuzzing in #949. As seen here, I believe the issue was needing to append _seed_corpus to each fuzzer name in order for OSS-Fuzz to ingest it into the fuzzing runtime.

How Has This Been Tested?

I built the fuzzers on my branch and confirmed that they were properly loading their initial corpora.

Checklist

  • I have read CONTRIBUTING.md.
  • I have added a concise human-readable description of the change to CHANGELOG.md.
  • I have tested that this fix is effective or that this feature works.
  • I have added docstrings to newly created methods and classes.
  • I have updated the README.md and the readthedocs documentation. Or verified that this is not necessary.

@capuanob capuanob closed this Jul 7, 2024
@capuanob capuanob deleted the feat/improve-fuzz-perf branch July 7, 2024 22:59
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