Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 921 Bytes

Lack of return value checks can lead to unexpected results.md

File metadata and controls

25 lines (21 loc) · 921 Bytes

Several function calls do not check the return value.

Without a return value check, the code is error-prone, which may lead to unexpected results.

Recommendation:

Short term, check the return value of all calls mentioned above. Long term, subscribe to Crytic.io to catch missing return checks. Crytic identifies this bug type automatically.


Slide Screenshot

038.jpg


Slide Text

  • ToB Audit Origin Dollar Finding 19
  • Error Handling
  • High Severity
  • Unchecked Return Values
  • Check Return Values

References


Tags