-
Notifications
You must be signed in to change notification settings - Fork 30
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
Measure code coverage during fuzzing #2
Comments
I would like to give this a poke by porting the existing fuzzer to cargo-fuzz. The idea is to do this in the following steps:
Makes sense? |
@kmcallister @SimonSapin Any kind of feedback would be appreciated :-) |
@mozfreddyb That plan sounds fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Measure the code paths & conditions that occur. Don't stop a fuzzing run until we've hit a quota for each.
The text was updated successfully, but these errors were encountered: