Add FuzzTest set up and OSS-Fuzz integration#43
Open
DavidKorczynski wants to merge 1 commit intogoogle:mainfrom
Open
Add FuzzTest set up and OSS-Fuzz integration#43DavidKorczynski wants to merge 1 commit intogoogle:mainfrom
DavidKorczynski wants to merge 1 commit intogoogle:mainfrom
Conversation
f8d2fad to
e92d3ff
Compare
Adds a fuzzer using the FuzzTest framework. https://github.com/google/fuzztest The fuzzer is a migration of google@8294639 to the fuzztest set up. This is also an effort to follow up on a recent OSS-Fuzz integration https://github.com/google/oss-fuzz/tree/master/projects/quiche Signed-off-by: David Korczynski <david@adalogics.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.yamlon OSS-Fuzz? https://github.com/google/oss-fuzz/blob/master/projects/quiche/project.yaml