mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
fix
This commit is contained in:
@ -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);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user