NopStage::should_restart shall return false (#3128)
This commit is contained in:
parent
db7ce822dc
commit
caf12a647c
@ -32,6 +32,6 @@ impl<S> Restartable<S> for NopStage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn should_restart(&mut self, _state: &mut S) -> Result<bool, libafl_bolts::Error> {
|
fn should_restart(&mut self, _state: &mut S) -> Result<bool, libafl_bolts::Error> {
|
||||||
Ok(true)
|
Ok(false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user