now really fix -n

This commit is contained in:
hexcoder-
2020-11-14 17:21:43 +01:00
parent e750a5c856
commit 40e10895a2
3 changed files with 19 additions and 10 deletions

View File

@ -1358,7 +1358,7 @@ int main(int argc, char **argv_orig, char **envp) {
}
if (!afl->non_instrumented_mode) check_binary(afl, argv[optind]);
check_binary(afl, argv[optind]);
if (afl->shmem_testcase_mode) { setup_testcase_shmem(afl); }