You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is very important.
We need to fix this as soon as possible.
The bug in #2858 was caused by this.
Probably I'll do but i'll open here so that i don't forget
/// This function marks the boundary between the fuzzer and the target
#[inline]
pub fn leave_target<EM, Z>(
&mut self,
_fuzzer: &mut Z,
_state: &mut S,
_mgr: &mut EM,
_input: &I,
)
This is very important.
We need to fix this as soon as possible.
The bug in #2858 was caused by this.
Probably I'll do but i'll open here so that i don't forget
and
EM and Z should be gone
I explained why this is bad in #2858 (comment)
The text was updated successfully, but these errors were encountered: