-
-
Notifications
You must be signed in to change notification settings - Fork 805
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…4128) this commit fixes another overlap bug in `make_setter`. this is a variant of the fixes in ad9c10b and 1c8349e, specifically fixing an oversight in ad9c10b - when there is a `staticcall` contained inside of `make_setter`, there can still be src/dst overlap, due to read-only re-entrancy(!). this commit adds `staticcall` to the list of "risky call" opcodes, and adds a poc test case (contributed by @trocher). --------- Co-authored-by: trocher <[email protected]>
- Loading branch information
1 parent
21f7172
commit 7770967
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters