improve redqueen not looking in orig buf

This commit is contained in:
Andrea Fioraldi
2020-02-21 20:05:43 +01:00
parent 00c1c26bf8
commit de4f88b4cb
3 changed files with 13 additions and 11 deletions

View File

@ -531,7 +531,7 @@ u8 fuzz_one_original(char** argv) {
}
if (cmplog_mode && !queue_cur->fully_colorized) {
if (cmplog_mode) {
if (input_to_state_stage(argv, in_buf, out_buf, len, queue_cur->exec_cksum))
goto abandon_entry;