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

switch to Go's native fuzzing #96

Merged
merged 1 commit into from
Jan 26, 2023
Merged

switch to Go's native fuzzing #96

merged 1 commit into from
Jan 26, 2023

Conversation

marten-seemann
Copy link
Contributor

Just noticed that after merging #95, the fuzzing code became invalid. This was not caught by CI because gofuzz hides the code behind a build flag, and we're not fuzzing on CI. We're still not fuzzing on CI (other than the corpus), but by using Go's native fuzzer we at least make sure that the fuzzing code still builds.

I tried to decode the existing corpus, but was all just random bytes (or at least it looked like random bytes).

@marten-seemann marten-seemann merged commit 487cef2 into master Jan 26, 2023
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