Add post_run_target for ShadowExecutor (#1641)
This commit is contained in:
parent
976d6b2e97
commit
745326ee26
@ -70,7 +70,9 @@ where
|
|||||||
mgr: &mut EM,
|
mgr: &mut EM,
|
||||||
input: &Self::Input,
|
input: &Self::Input,
|
||||||
) -> Result<ExitKind, Error> {
|
) -> Result<ExitKind, Error> {
|
||||||
self.executor.run_target(fuzzer, state, mgr, input)
|
let ret = self.executor.run_target(fuzzer, state, mgr, input);
|
||||||
|
self.executor.post_run_reset();
|
||||||
|
ret
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user