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

What happens after CALL #12

Open
pirapira opened this issue Sep 5, 2016 · 1 comment
Open

What happens after CALL #12

pirapira opened this issue Sep 5, 2016 · 1 comment
Labels

Comments

@pirapira
Copy link
Owner

pirapira commented Sep 5, 2016

Currently the analyzer stops at a CALL instruction. This issue keeps track of fixing this. After the call there would be three cases

  1. the callee returns
  2. the callee fails
  3. the callee somehow calls back the original contract

exit criteria
Cases 1. and 2. should be implemented. A message should be shown for case 3. Also a github issue should be created for dealing with reentrancy in the analyzer.

@pirapira pirapira added the bug label Sep 5, 2016
@pirapira
Copy link
Owner Author

pirapira commented Sep 9, 2016

The same applies for CREATE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant