...
Search for vulnerabilities resulting from the violation of this rule on the CERT website
Related Guidelines
CERT C++ Secure Coding Standard: MEM12-CPP. Do not assume infinite heap space
Java The CERT Oracle Secure Coding Standard for Java: MSC11-J. Do not assume infinite heap space
Bibliography
unmigrated-wiki-markup\[[MITRE 2007|AA. Bibliography#MITRE 07]\] [CWE-770|http://cwe.mitre.org/data/definitions/770.html], "Allocation of Resources Without Limits or Throttling"
MITRE CWE: CWE-770, "Allocation of Resources Without Limits or Throttling"
Bibliography
...
08. Memory Management (MEM) MEM12-C. Consider using a Goto-Chain when leaving a function on error when using and releasing resources