You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
This is a follow up of #3356.
I've run the code snippets through a stricter lllc (see ethereum/solidity#1313) and it has found a lot of potential buggy lll snippets: https://gist.github.com/axic/c245b7d7f1a3896282de77e69d2f568d
Issues:
)
or}
)SAWP1
vs.SWAP1
, potentially archaic ones:PREVHASH
,POST
,CALLSTATELESS
,CALLVALUE
)asm
without()
Some of the bugs might be false positive (such as
MSIZE
and the missingi
variable, have to investigate).The text was updated successfully, but these errors were encountered: