-
Notifications
You must be signed in to change notification settings - Fork 996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Issue with last_name function not identifying assignments in inline assembly #2160
Labels
Comments
This is a bug. You may be able to workaround with by adding the |
thanks, this is a great work around! |
gvladika
added a commit
to OffchainLabs/nitro-contracts
that referenced
this issue
May 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue:
Description
When analyzing the
cmp
function, which contains inline assembly in Solidity, thelast_name
function is expected to identify the assignments for the variablese_
and_l
. However, the function returns an emptycandidates
list.Solidity Function
Code example to reproduce the issue:
origin repo:
https://github.com/Vectorized/solady/blob/main/src/utils/LibZip.sol
Version:
0.9.6
Relevant log output:
The text was updated successfully, but these errors were encountered: