mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix array decoding offset overflow.
This commit is contained in:
+1
-1
@@ -26,4 +26,4 @@ contract Test {
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// test() -> 0x01e240
|
||||
// test() -> FAILURE
|
||||
|
||||
+1
-1
@@ -27,4 +27,4 @@ contract Test {
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// withinArray() -> 0x03c480
|
||||
// withinArray() -> FAILURE
|
||||
|
||||
+1
-1
@@ -20,4 +20,4 @@ contract Test {
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// test() -> 0x01e240
|
||||
// test() -> FAILURE
|
||||
|
||||
Reference in New Issue
Block a user