Add FuzzTest set up and OSS-Fuzz integration #43
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds a fuzzer using the FuzzTest framework https://github.com/google/fuzztest
The fuzzer is a migration of 8294639 to the fuzztest set up.
Recently, Quiche was integrated into OSS-Fuzz https://github.com/google/oss-fuzz/tree/master/projects/quiche It would be great to set it up so the OSS-Fuzz integration uses the fuzzers directly from Quiche, and set it up so whenever new fuzzers are added in Quiche then these will be automatically picked up by OSS-Fuzz. Integrating with FuzzTest will make this a smooth process as OSS-Fuzz already has support for FuzzTest. We can also migrate the other fuzzer 31bbf1d recently added.
If you'd like to integrate with OSS-Fuzz, would it be possible to get a list of maintainer emails that I can put as CC in the
project.yaml
on OSS-Fuzz? https://github.com/google/oss-fuzz/blob/master/projects/quiche/project.yaml