Skip to content

Commit

Permalink
hah
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Jan 21, 2025
1 parent a0e428d commit 32ec97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl/src/executors/inprocess/inner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use crate::{
pub struct GenericInProcessExecutorInner<EM, HT, I, OT, S, Z> {
/// The observers, observing each run
pub(super) observers: OT,
/// Crash and timeout hah
/// Crash and timeout hooks
pub(super) hooks: (InProcessHooks<I, S>, HT),
/// `EM` and `Z` need to be tracked here to remain stable,
/// else we can run into type confusions between [`Self::enter_target`] and [`Self::leave_target`].
Expand Down

0 comments on commit 32ec97c

Please sign in to comment.