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

Fuzzing: Rewrite existing fuzzers to native go fuzzers #3794

Merged
merged 1 commit into from Nov 29, 2022

Conversation

AdamKorcz
Copy link
Contributor

Existing fuzzers are written as go-fuzz harnesses. This PR rewrites those fuzzers so they can be run with go test -fuzz=FuzzName.
Signed-off-by: AdamKorcz adam@adalogics.com

Signed-off-by: AdamKorcz <adam@adalogics.com>
@codecov-commenter
Copy link

Codecov Report

Base: 56.74% // Head: 56.74% // No change to project coverage 👍

Coverage data is based on head (9337b8d) compared to base (3b8fbf9).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3794   +/-   ##
=======================================
  Coverage   56.74%   56.74%           
=======================================
  Files         105      105           
  Lines       10662    10662           
=======================================
  Hits         6050     6050           
  Misses       3936     3936           
  Partials      676      676           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Collaborator

@wy65701436 wy65701436 left a comment

Choose a reason for hiding this comment

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

lgtm

@milosgajdos milosgajdos merged commit 8cc5879 into distribution:main Nov 29, 2022
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.

None yet

4 participants