Validate external functions from calldata.

This commit is contained in:
chriseth
2020-11-03 13:28:08 +01:00
parent 22b31054b6
commit c16b535804
2 changed files with 33 additions and 24 deletions
@@ -16,6 +16,8 @@ contract C {
return (this.ggg(s.f), this.h(s));
}
}
// ====
// compileViaYul: also
// ----
// ffff(uint256): 0 -> 0, 0
// ggg(function): 0 -> 0