Skip to content

Commit

Permalink
IllegalOverflow should be similar to a revert instead of a VM error (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrieco-tob authored Jul 18, 2024
1 parent f8deef5 commit 9893a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Echidna/Exec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ classifyError = \case
StackLimitExceeded -> RevertE
StackUnderrun -> IllegalE
BadJumpDestination -> IllegalE
IllegalOverflow -> IllegalE
IllegalOverflow -> RevertE
_ -> UnknownE

-- | Extracts the 'Query' if there is one.
Expand Down

0 comments on commit 9893a09

Please sign in to comment.