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:
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: