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
Honestly, it really astonished me. Why the obvious invalid assertion passes the verifier just after I add a useless argument xxx? Can anyone explain what happens?
Summary of the problem
Look at this minimal example
Execute
manticore-verifier test.sol --contract TestToken
and it otuputs,
Honestly, it really astonished me. Why the obvious invalid assertion passes the verifier just after I add a useless argument
xxx
? Can anyone explain what happens?Manticore version
0.3.7
Python version
3.10.5
OS / Environment
Dependencies
Step to reproduce the behavior
Has given above.
Expected behavior
The two obviously invalid assertions should be rejected.
Actual behavior
The
crytic_assert1
indeed passes the check.Any relevant logs
None.
The text was updated successfully, but these errors were encountered: