...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
SEI CERT C++ Coding Standard | EXP12-CPP. Do not ignore values returned by functions or methods |
CERT Oracle Secure Coding Standard for Java | EXP00-J. Do not ignore values returned by methods |
ISO/IEC TR 24772:2013 | Passing Parameters and Return Values [CSJ] |
MITRE CWE | CWE-754, Improper check for unusual or exceptional conditions |
...