...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
CodeSonar |
| (customization) | Users can add a custom check for use of realloc() . | ||||||
|
| Could detect possible violations of this rule by first flagging any usage of | |||||||
| SV.USAGERULES.UNINTENDED_COPY |
| |||||||
PRQA QA-C |
| warncall for realloc | Partially implemented |
...
Related Guidelines
CERT C++ Secure Coding Standard | MEM03-CPP. Clear sensitive information stored in returned reusable resources |
ISO/IEC TR 24772:2013 | Sensitive Information Uncleared Before Use [XZK] |
MITRE CWE | CWE-226, Sensitive information uncleared before release CWE-244, Failure to clear heap memory before release ("heap inspection") |
...