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
; Put a 0x10 byte long value in zero (each byte is two hex digits)
The comments claim a 0x10 byte long value is going into memory, but then the value is 0x11 bytes. I think this may be related to another misleading comment earlier that says an mload should produce 0 when it in fact produces 0x12.
The text was updated successfully, but these errors were encountered:
wait but then you changed the call argument and the test have no notice.
it means poor checks are done in the tests. so you changed the argument by 1 and it didn't affect anything in verification logic
tests/src/GeneralStateTestsFiller/VMTests/vmTests/calldatacopyFiller.yml
Line 171 in 9201075
The comments claim a 0x10 byte long value is going into memory, but then the value is 0x11 bytes. I think this may be related to another misleading comment earlier that says an mload should produce 0 when it in fact produces 0x12.
The text was updated successfully, but these errors were encountered: