diff --git a/libafl/src/schedulers/accounting.rs b/libafl/src/schedulers/accounting.rs index 5ddffd7c3c..cd9d86ee5b 100644 --- a/libafl/src/schedulers/accounting.rs +++ b/libafl/src/schedulers/accounting.rs @@ -214,7 +214,7 @@ where continue; } - if top_acc.max_accounting[idx] >= self.accounting_map[idx] { + if top_acc.max_accounting[idx] == self.accounting_map[idx] { equal_score = true; }