...
Tool | Version | Checker | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Astrée |
| error-information-unused-computed | Fully checked | ||||||||||||
CodeSonar |
| LANG.FUNCS.IRV | Ignored return value | ||||||||||||
Compass/ROSE | |||||||||||||||
| CHECKED_RETURN | Finds inconsistencies in how function call return values are handled. Coverity Prevent cannot discover all violations of this recommendation, so further verification is necessary | |||||||||||||
Cppcheck |
| leakReturnValNotUsed, ignoredReturnValue | Return value of memory allocation function is not used. Ignored return value from function when configuration says it must be used. See the chapter "Library configuration" in the cppcheck manual | ||||||||||||
| CC2.EXP12 | Fully implemented | |||||||||||||
Klocwork |
| ||||||||||||||
LDRA tool suite |
| 382 S | Fully implemented | ||||||||||||
Parasoft C/C++test |
| CODSTA-122_{a,b} | Fully implemented | ||||||||||||
R2016b | Returned value of a sensitive function not checked | Sensitive functions called without checking for unexpected return values and errors | |||||||||||||
PRQA QA-C |
| 3200 | Fully implemented | ||||||||||||
PVS-Studio | 6.22 | V530, V698, V757, V797 | |||||||||||||
RuleChecker |
| error-information-unused | Partially checked | ||||||||||||
Splint |
| PVS-Studio | 6.22 | V530, V698, V757, V797 | General analysis rule set |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...