mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
quickfix for first big bug that use_stdin was not correctly initialized and could not be set
This commit is contained in:
@ -942,7 +942,7 @@ int main(int argc, char** argv, char** envp) {
|
||||
}
|
||||
|
||||
detect_file_args(argv + optind + 1, afl->fsrv.out_file,
|
||||
afl->fsrv.use_stdin);
|
||||
&afl->fsrv.use_stdin);
|
||||
break;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user