This page is experimental and may change significantly in future releases.
Unchecked Return Value to NULL Pointer Dereference
Properties
id: d3f:CWE-690
- name
- Unchecked Return Value to NULL Pointer Dereference
- definition
- The product does not check for an error after calling a function that can return with a NULL pointer if the function fails, which leads to a resultant NULL pointer dereference.
Neighbors
CWE-690 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-690 has no related weaknesses in this release.