fixed example testcase
This commit is contained in:
parent
ca869cd70a
commit
945693f6ed
@ -98,7 +98,7 @@ pub fn main() {
|
||||
// Create the executor for the forkserver
|
||||
let mut executor = ForkserverExecutor::new(
|
||||
"../../libafl_tests/src/forkserver_test.o".to_string(),
|
||||
vec![],
|
||||
&[],
|
||||
tuple_list!(edges_observer, time_observer),
|
||||
)
|
||||
.expect("Failed to create the Executor");
|
||||
|
@ -1,4 +1,5 @@
|
||||
use hashbrown::HashMap;
|
||||
#[cfg(all(feature = "std", any(target_os = "linux", target_os = "android")))]
|
||||
use libafl::bolts::os::walk_self_maps;
|
||||
use nix::{
|
||||
libc::memset,
|
||||
|
Loading…
x
Reference in New Issue
Block a user