...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
CERT C++ Secure 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 |
Bibliography
[ISO/IEC 9899:2011] | Section 6.8.3, "Expression and Null Statements" |