Fix array decoding offset overflow.

This commit is contained in:
chriseth
2021-04-12 13:43:51 +02:00
parent 32b8332867
commit 72d0a56a72
4 changed files with 12 additions and 17 deletions
@@ -26,4 +26,4 @@ contract Test {
// ====
// compileViaYul: also
// ----
// test() -> 0x01e240
// test() -> FAILURE
@@ -27,4 +27,4 @@ contract Test {
// ====
// compileViaYul: also
// ----
// withinArray() -> 0x03c480
// withinArray() -> FAILURE
@@ -20,4 +20,4 @@ contract Test {
// ====
// compileViaYul: also
// ----
// test() -> 0x01e240
// test() -> FAILURE