-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unchecked return value of low-level call()
/delegatecall()
#393
Comments
@CloudEllie Sponsors can only use these labels: sponsor confirmed, sponsor disputed, sponsor acknowledged, disagree with severity. |
1 similar comment
@CloudEllie Sponsors can only use these labels: sponsor confirmed, sponsor disputed, sponsor acknowledged, disagree with severity. |
@CloudEllie Sponsors can only use these labels: sponsor confirmed, sponsor disputed, sponsor acknowledged, disagree with severity. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as duplicate.
This comment was marked as duplicate.
@geoffchan23 Sponsors are not allowed to close, reopen, or assign issues or pull requests. |
@geoffchan23 Sponsors are not allowed to close, reopen, or assign issues or pull requests. |
Lines of code
120, 141, 411, 184, 160, 189, 152, 444, 625, 638, 369, 169, 168, 174, 1045, 1071, 51, 79, 105
Vulnerability details
The function being called may revert, which will be indicated by the return value to
call()
/delegatecall()
. If the return value is not checked, the code will continue on as if there was no error, rather than reverting with the error encountered.Assessed type
other
The text was updated successfully, but these errors were encountered: