Skip to content
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

Open source write-after-write detector #841

Merged
merged 2 commits into from
Apr 30, 2021
Merged

Open source write-after-write detector #841

merged 2 commits into from
Apr 30, 2021

Conversation

montyly
Copy link
Member

@montyly montyly commented Apr 30, 2021

Detect variables that are re-written without being read, such as:

    function buggy_state() internal{
        state = 10;
        state = 20;
    }

@lgtm-com
Copy link

lgtm-com bot commented Apr 30, 2021

This pull request introduces 1 alert when merging 9e2e513 into ffbb62b - view on LGTM.com

new alerts:

  • 1 for Unused import

@montyly montyly merged commit c0bcc84 into dev Apr 30, 2021
@dguido dguido deleted the dev-write-after-write branch May 10, 2021 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant