-
Notifications
You must be signed in to change notification settings - Fork 114
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
Feature request: Setup and teardown functions #101
Labels
Comments
There's not much we can do aside from using lazy_static here. Turn off the sanitizer option that errors on that, I guess? |
PaulGrandperrin
added a commit
to rust-fuzz/honggfuzz-rs
that referenced
this issue
Feb 9, 2018
The library code is now a lot simpler, does not use macros and gives users a lot more control. This solves cargo-fuzz's issue rust-fuzz/cargo-fuzz#101 This syntax is also very similar to the one in AFL.rs. Maybe we should converge to a compatible API? rust-fuzz/afl.rs#31
PaulGrandperrin
added a commit
to PaulGrandperrin/libfuzzer-sys
that referenced
this issue
Apr 28, 2018
Manishearth
pushed a commit
to rust-fuzz/libfuzzer
that referenced
this issue
Dec 30, 2019
Manishearth
pushed a commit
to rust-fuzz/libfuzzer
that referenced
this issue
Dec 30, 2019
Manishearth
pushed a commit
to rust-fuzz/libfuzzer
that referenced
this issue
Dec 31, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe I missed something in the docs But I'd like to request the following feature:
Add a function that will be called once before the fuzzing starts to set up stuff needed for fuzzing. Maybe with a method to pass that data as an argument to the fuzz function.
Two reasons:
The text was updated successfully, but these errors were encountered: