mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-21 21:54:25 +00:00
fix for afl-tmin -f
This commit is contained in:
@ -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':
|
||||
|
Reference in New Issue
Block a user