diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-02-04 15:11:52 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-02-04 18:31:55 +0100 |
commit | f772d49faf43ab398f96fdd59dbe6de32de3c346 (patch) | |
tree | 0c6346687bbebfc02e00898a839b4f20dbc3f5c4 | |
parent | 5fa62e40b197d751dca429dfa3ecef737daabcbc (diff) | |
download | afl++-f772d49faf43ab398f96fdd59dbe6de32de3c346.tar.gz |
Back to single harness
-rw-r--r-- | unicorn_mode/samples/c/harness.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/samples/c/harness.c b/unicorn_mode/samples/c/harness.c index 31416ae2..fd2da68b 100644 --- a/unicorn_mode/samples/c/harness.c +++ b/unicorn_mode/samples/c/harness.c @@ -247,7 +247,7 @@ int main(int argc, char **argv, char **envp) { 1, // Count of end addresses NULL, // Optional calback to run after each exec false, // true, if the optional callback should be run also for non-crashes - 100, // For persistent mode: How many rounds to run + 1, // For persistent mode: How many rounds to run NULL // additional data pointer ); switch(afl_ret) { |