Skip to content

Add coverage guided fuzzing #220

@masih

Description

@masih

It would be really nice if we could have coverage guided fuzzing.

  1. Do a bunch of fuzzing.
  2. For each input, record the code coverage from that input.
  3. 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 validation

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions