Skip to content

Commit 9893a09

Browse files
IllegalOverflow should be similar to a revert instead of a VM error (#1293)
1 parent f8deef5 commit 9893a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Echidna/Exec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ classifyError = \case
5454
StackLimitExceeded -> RevertE
5555
StackUnderrun -> IllegalE
5656
BadJumpDestination -> IllegalE
57-
IllegalOverflow -> IllegalE
57+
IllegalOverflow -> RevertE
5858
_ -> UnknownE
5959

6060
-- | Extracts the 'Query' if there is one.

0 commit comments

Comments
 (0)