mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
format
This commit is contained in:
@ -532,10 +532,10 @@ u8 fuzz_one_original(char** argv) {
|
||||
}
|
||||
|
||||
if (cmplog_mode) {
|
||||
|
||||
if(input_to_state_stage(argv, in_buf, out_buf, len, queue_cur->exec_cksum))
|
||||
|
||||
if (input_to_state_stage(argv, in_buf, out_buf, len, queue_cur->exec_cksum))
|
||||
goto abandon_entry;
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* Skip right away if -d is given, if it has not been chosen sufficiently
|
||||
|
Reference in New Issue
Block a user