forked from vyperlang/vyper
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix[lang]: recursion in
uses
analysis for nonreentrant functions (v…
…yperlang#3971) this commit fixes `uses` analysis for nonreentrant functions, which are called recursively. a partial fix for this was applied in cb94068, but it missed the case where a nonreentrant function is deep in the call tree.
- Loading branch information
1 parent
fb55f4c
commit 4c66c8c
Showing
2 changed files
with
62 additions
and
24 deletions.
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