...
Wiki Markup |
---|
\[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\] Section 7.20.3.2, "The free function" \[[Seacord 05|AA. C References#Seacord 05]\] Chapter 4, "Dynamic Memory Management" \[[Kernighan 88|AA. C References#Kernighan 88]\] Section 7.8.5, "Storage Management" OWASP, [Using freed memory|http://www.owasp.org/index.php/Using_freed_memory] \[[MITRE 07|AA. C References#MITRE 07]\] [CWE ID 416|http://cwe.mitre.org/data/definitions/416.html], "Use After Free" \[[Viega 05|AA. C References#Viega 05]\] Section 5.2.19, "Using freed memory" |
...
MEM07MEM08-A. Ensure that size arguments to calloc() do not result in an integer overflowUse realloc() only to resize dynamically allocated arrays 08. Memory Management (MEM) MEM31-C. Free dynamically allocated memory exactly once