This category identifies Software Fault Patterns (SFPs) within the Faulty Resource Release cluster (SFP37).
| ID | Name | Description |
|---|---|---|
| CWE-415 | Double Free | The product calls free() twice on the same memory address. |
| CWE-762 | Mismatched Memory Management Routines | The product attempts to return a memory resource to the system, but it calls a release function that is not compatible with the function that was originally used to allocate that resource. |
| CWE-763 | Release of Invalid Pointer or Reference | The product attempts to return a memory resource to the system, but it calls the wrong release function or calls the appropriate release function incorrectly. |
| CWE-888 | Software Fault Pattern (SFP) Clusters | CWE identifiers in this view are associated with clusters of Software Fault Patterns (SFPs). |