mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
unified forkservered run_target, fixes #308
This commit is contained in:
@ -480,7 +480,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
case 'C': /* crash mode */
|
||||
|
||||
if (afl->crash_mode) FATAL("Multiple -C options not supported");
|
||||
afl->crash_mode = FAULT_CRASH;
|
||||
afl->crash_mode = FSRV_RUN_CRASH;
|
||||
break;
|
||||
|
||||
case 'n': /* dumb mode */
|
||||
|
Reference in New Issue
Block a user