CWE-1162: SEI CERT C Coding Standard - Guidelines 08. Memory Management (MEM)

ID CWE-1162
Status Stable
Weaknesses in this category are related to the rules and recommendations in the Memory Management (MEM) section of the SEI CERT C Coding Standard.

Relationships

View Weakness
# ID Name # ID Name Abstraction Structure Status
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-416 Use After Free Variant Simple Stable
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-672 Operation on a Resource after Expiration or Release Class Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-758 Reliance on Undefined, Unspecified, or Implementation-Defined Behavior Class Simple Incomplete
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-666 Operation on Resource in Wrong Phase of Lifetime Class Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-415 Double Free Variant Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-401 Missing Release of Memory after Effective Lifetime Variant Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-404 Improper Resource Shutdown or Release Class Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-459 Incomplete Cleanup Base Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-771 Missing Reference to Active Allocated Resource Base Simple Incomplete
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-772 Missing Release of Resource after Effective Lifetime Base Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-590 Free of Memory not on the Heap Variant Simple Incomplete
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-131 Incorrect Calculation of Buffer Size Base Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-680 Integer Overflow to Buffer Overflow Compound Chain Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-467 Use of sizeof() on a Pointer Type Variant Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-789 Memory Allocation with Excessive Size Value Variant Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-190 Integer Overflow or Wraparound Base Simple Stable
Loading...
Loading...