-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
testingRelated to testing and validationRelated to testing and validation
Milestone
Description
It would be really nice if we could have coverage guided fuzzing.
- Do a bunch of fuzzing.
- For each input, record the code coverage from that input.
- If the input exercises new code, add it to the corpus.
We'll still want random fuzzing, but this will help us make sure we at least cover as many error paths as possible.
Originally posted by @Stebalien in #219 (comment)
Metadata
Metadata
Assignees
Labels
testingRelated to testing and validationRelated to testing and validation
Type
Projects
Status
Done