mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 20:08:07 +00:00
stability fix
This commit is contained in:
@ -854,7 +854,7 @@ exit_its:
|
||||
afl->stage_finds[STAGE_ITS] += new_hit_cnt - orig_hit_cnt;
|
||||
afl->stage_cycles[STAGE_ITS] += afl->fsrv.total_execs - orig_execs;
|
||||
|
||||
memcpy(orig_buf, buf, len);
|
||||
memcpy(buf, orig_buf, len);
|
||||
|
||||
return r;
|
||||
|
||||
|
Reference in New Issue
Block a user