This commit is contained in:
andri lim 2019-11-23 20:41:10 +07:00
parent 1fb9e07e96
commit 93f6b99087
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ op sha3, inline = true, startPos, length:
computation.memory.extend(pos, len)
let endRange = min(pos + len, computation.memory.len) - 1
if endRange == -1:
if endRange == -1 or pos >= computation.memory.len:
push(EMPTY_SHA3)
else:
push: