fix (#388)
This commit is contained in:
parent
3ccf884d86
commit
6cd2d69bfc
@ -294,7 +294,6 @@ unsafe fn fuzz(
|
|||||||
&mut mgr,
|
&mut mgr,
|
||||||
)?,
|
)?,
|
||||||
&mut frida_helper,
|
&mut frida_helper,
|
||||||
Duration::new(30, 0),
|
|
||||||
);
|
);
|
||||||
|
|
||||||
// In case the corpus is empty (on first run), reset
|
// In case the corpus is empty (on first run), reset
|
||||||
|
@ -14,6 +14,7 @@ use libafl::{
|
|||||||
Error,
|
Error,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#[cfg(unix)]
|
||||||
use crate::asan_errors::ASAN_ERRORS;
|
use crate::asan_errors::ASAN_ERRORS;
|
||||||
|
|
||||||
pub struct FridaInProcessExecutor<'a, 'b, 'c, FH, H, I, OT, S>
|
pub struct FridaInProcessExecutor<'a, 'b, 'c, FH, H, I, OT, S>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user