This commit is contained in:
vanhauser-thc
2022-05-09 14:30:40 +02:00
parent 51942b605d
commit 7c8246f18f
3 changed files with 4 additions and 7 deletions

View File

@ -1961,11 +1961,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.
*/
/* out_buf may have been changed by the call to custom_fuzz */
memcpy(out_buf, in_buf, len);
}