diff options
author | vanhauser-thc <vh@thc.org> | 2021-06-01 10:13:16 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-06-01 10:13:16 +0200 |
commit | 76653544056ce2334b6523252e91a8f8a6ac9dcb (patch) | |
tree | b5a8b81ae88e16c95d12631326107c3facb6bfec /src/afl-fuzz.c | |
parent | 67b294890ef9b436f44c7eedf633c1df0f85b0b1 (diff) | |
download | afl++-76653544056ce2334b6523252e91a8f8a6ac9dcb.tar.gz |
threadsafe doc fixes, code format
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index a3a623d9..5bdb4c8d 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -2066,13 +2066,10 @@ int main(int argc, char **argv_orig, char **envp) { break; case 4: afl->expand_havoc = 5; - if (afl->cmplog_lvl && afl->cmplog_lvl < 3) afl->cmplog_lvl = 3; + // if (afl->cmplog_lvl && afl->cmplog_lvl < 3) afl->cmplog_lvl = + // 3; break; case 5: - // if not in sync mode, enable deterministic mode? - // if (!afl->sync_id) afl->skip_deterministic = 0; - afl->expand_havoc = 6; - case 6: // nothing else currently break; |