mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 03:48:08 +00:00
quickfix for first big bug that use_stdin was not correctly initialized and could not be set
This commit is contained in:
@ -1009,7 +1009,7 @@ int main(int argc, char** argv, char** envp) {
|
||||
set_up_environment();
|
||||
|
||||
find_binary(argv[optind]);
|
||||
detect_file_args(argv + optind, prog_in, use_stdin);
|
||||
detect_file_args(argv + optind, prog_in, &use_stdin);
|
||||
|
||||
if (qemu_mode) {
|
||||
|
||||
|
Reference in New Issue
Block a user