stability fix

This commit is contained in:
van Hauser
2021-01-03 12:34:23 +01:00
parent 880513651d
commit 58039d181a

View File

@ -854,7 +854,7 @@ exit_its:
afl->stage_finds[STAGE_ITS] += new_hit_cnt - orig_hit_cnt; afl->stage_finds[STAGE_ITS] += new_hit_cnt - orig_hit_cnt;
afl->stage_cycles[STAGE_ITS] += afl->fsrv.total_execs - orig_execs; afl->stage_cycles[STAGE_ITS] += afl->fsrv.total_execs - orig_execs;
memcpy(orig_buf, buf, len); memcpy(buf, orig_buf, len);
return r; return r;