...
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
|---|---|---|---|---|---|
API00-C | Medium | Unlikely | High | P2 | L3 |
Automated Detection
Tool | Version | Checker | Description |
|---|---|---|---|
| CodeSonar | 4.2 | Unchecked Parameter Dereference | A function parameter is dereferenced without an initial NULL check. |
| Parasoft C/C++test | 9.5 | CODSTA-86 |
|
| Polyspace Bug Finder | R2016a | Invalid use of standard library memory routine Invalid use of standard library routine Invalid use of standard library string routine | Standard library memory function called with invalid arguments Wrong arguments to standard library function Standard library string function called with invalid arguments Argument to a standard function does not meet requirements for use in the function Defects related to code elements from an unsecure source |
...