format
This commit is contained in:
parent
2b2599833c
commit
8a3e4301fb
@ -12,7 +12,7 @@ use libafl::{
|
||||
QueueCorpusScheduler,
|
||||
},
|
||||
events::setup_restarting_mgr,
|
||||
executors::{inprocess::InProcessExecutor, TimeoutExecutor, Executor, ExitKind},
|
||||
executors::{inprocess::InProcessExecutor, Executor, ExitKind, TimeoutExecutor},
|
||||
feedbacks::{CrashFeedback, MaxMapFeedback, TimeFeedback, TimeoutFeedback},
|
||||
fuzzer::{Fuzzer, HasCorpusScheduler, StdFuzzer},
|
||||
inputs::Input,
|
||||
|
@ -11,10 +11,10 @@ use crate::{
|
||||
Error,
|
||||
};
|
||||
|
||||
#[cfg(unix)]
|
||||
use libc::c_int;
|
||||
#[cfg(unix)]
|
||||
use core::ptr::null_mut;
|
||||
#[cfg(unix)]
|
||||
use libc::c_int;
|
||||
|
||||
#[repr(C)]
|
||||
#[cfg(unix)]
|
||||
@ -162,4 +162,3 @@ where
|
||||
self.executor.run_target(input)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user