From 054d0a6b19e27a531c19360c9400f424182c3983 Mon Sep 17 00:00:00 2001 From: Addison Crump Date: Mon, 5 Feb 2024 17:51:01 +0100 Subject: [PATCH] OptionalStage is a nested stage, fix stage ID handling (#1836) --- libafl/src/stages/logics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl/src/stages/logics.rs b/libafl/src/stages/logics.rs index da28017b1a..2ae9e6b651 100644 --- a/libafl/src/stages/logics.rs +++ b/libafl/src/stages/logics.rs @@ -305,7 +305,7 @@ where Z: UsesState, E::State: HasNestedStageStatus, { - type Progress = (); + type Progress = NestedStageProgress; fn perform( &mut self,