reenabled custom mutator report

This commit is contained in:
Dominik Maier
2020-03-31 14:01:22 +02:00
parent 0b8a5cb4bb
commit c8bdf0790f
4 changed files with 3 additions and 3 deletions

View File

@ -1648,6 +1648,7 @@ custom_mutator_stage:
}
/* `(afl->)out_buf` may have been changed by the call to custom_fuzz */
/* TODO: Only do this when `mutated_buf` == `out_buf`? Branch vs Memcpy. */
memcpy(out_buf, in_buf, len);
}