You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to test that out of bounds CDL returns 0, as expected, on the stack. We further want to test if out of bounds CDC performs the correct right 0-padding. The picture below is incomplete, as it describes only as subset of the test cases. In particular, we must test the mixed case where the output is both call data and 0-padding. Furthermore, the relevant opcodes are:
CALLDATALOAD
CALLDATACOPY
CODECOPY
EXTCODECOPY
The text was updated successfully, but these errors were encountered:
We want to test that out of bounds
CDL
returns 0, as expected, on the stack. We further want to test if out of boundsCDC
performs the correct right 0-padding. The picture below is incomplete, as it describes only as subset of the test cases. In particular, we must test the mixed case where the output is both call data and 0-padding. Furthermore, the relevant opcodes are:CALLDATALOAD
CALLDATACOPY
CODECOPY
EXTCODECOPY
The text was updated successfully, but these errors were encountered: