diff options
-rw-r--r-- | src/afl-tmin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-tmin.c b/src/afl-tmin.c index d6fbd493..98568473 100644 --- a/src/afl-tmin.c +++ b/src/afl-tmin.c @@ -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': |