...
Tool | Version | Checker | Description | |||||||
---|---|---|---|---|---|---|---|---|---|---|
CodeSonar |
| LANG.FUNCS.IRV | Ignored return value | |||||||
Compass/ROSE | Can detect violations of this recommendation when checking for violations of EXP12-C. Do not ignore values returned by functions and EXP34-C. Do not dereference null pointers | |||||||||
| 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 | ||||||||
Klocwork |
| SV.RVT.RETVAL_NOTTESTED | ||||||||
LDRA tool suite |
| 80 D | Partially implemented | |||||||
Parasoft C/C++test |
| CODSTA-122_a, CODSTA-122_b, BD-PB-NP | CERT_C-POS54-a | The value returned by a function having non-void return type shall be used | ||||||
| Returned value of a sensitive function not checked | Sensitive functions called without checking for unexpected return values and errors | ||||||||
PRQA QA-C |
| 3200 | Partially implemented |
...