...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
CERT C Secure Coding Standard | MEM31-C. Free dynamically allocated memory when no longer needed |
SEI CERT C++ Coding Standard | MEM51-CPP. Properly deallocate dynamically allocated resources |
ISO/IEC TS 17961 | Reallocating or freeing memory that was not dynamically allocated [xfree] |
MITRE CWE | CWE-590, Free of Memory Not on the Heap |
...