ityfuzz
ityfuzz copied to clipboard
Not handling states revert when subcall-reverts
Currently when implementing revm::interpreter::Host, the FuzzHost doesn't consider state rollback when call/create reverts.
This should be fine in most case but in the case where sub-call reverts and caller doesn't revert, the changed states in the reverted sub-call should be rollback to go back to the state before making this subcall.