Skip to content

Commit 631ee4b

Browse files
committed
1 parent da84904 commit 631ee4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libafl/src/events/simple.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ where
482482
return Err(Error::shutting_down());
483483
}
484484

485-
#[cfg(all(unix, feature = "std"))]
485+
#[cfg(all(unix, feature = "std", not(miri)))]
486486
if child_status == SIGNAL_RECURSION_EXIT {
487487
return Err(Error::illegal_state(
488488
"The client is stuck in an unexpected signal handler recursion. It is most likely a fuzzer bug.",

0 commit comments

Comments
 (0)