fix for afl-tmin -f

This commit is contained in:
van Hauser
2020-05-03 14:19:03 +02:00
parent 1c53bbea52
commit 5b1b986c89

View File

@ -839,7 +839,7 @@ int main(int argc, char **argv_orig, char **envp) {
if (out_file) { FATAL("Multiple -f options not supported"); }
fsrv->use_stdin = 0;
out_file = optarg;
out_file = ck_strdup(optarg);
break;
case 'e':