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
|
// Create the executor for the forkserver
|
||||||
let mut executor = ForkserverExecutor::new(
|
let mut executor = ForkserverExecutor::new(
|
||||||
"../../libafl_tests/src/forkserver_test.o".to_string(),
|
"../../libafl_tests/src/forkserver_test.o".to_string(),
|
||||||
vec![],
|
&[],
|
||||||
tuple_list!(edges_observer, time_observer),
|
tuple_list!(edges_observer, time_observer),
|
||||||
)
|
)
|
||||||
.expect("Failed to create the Executor");
|
.expect("Failed to create the Executor");
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
use hashbrown::HashMap;
|
use hashbrown::HashMap;
|
||||||
|
#[cfg(all(feature = "std", any(target_os = "linux", target_os = "android")))]
|
||||||
use libafl::bolts::os::walk_self_maps;
|
use libafl::bolts::os::walk_self_maps;
|
||||||
use nix::{
|
use nix::{
|
||||||
libc::memset,
|
libc::memset,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user