Skip to content

Commit

Permalink
Make LlmpEventManager call pre_exec hook (AFLplusplus#2333)
Browse files Browse the repository at this point in the history
  • Loading branch information
R9295 authored Jun 23, 2024
1 parent e3dd7cf commit b2635df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libafl/src/events/llmp/mgr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,10 @@ where
+ EvaluatorObservers<E::Observers>
+ Evaluator<E, Self>,
{
if !self.hooks.pre_exec_all(state, client_id, &event)? {
return Ok(());
}
let evt_name = event.name_detailed();

match event {
Event::NewTestcase {
input,
Expand Down

0 comments on commit b2635df

Please sign in to comment.