Esc
Pointer Validation
Definition
Ensuring that a pointer variable has the required properties for use.
loading...
Technique Subclasses
There are 3 techniques in this category, Pointer Validation.
Name | ID | Definition | Synonyms |
---|---|---|---|
Pointer Validation | D3-PV | Ensuring that a pointer variable has the required properties for use. | |
- Memory Block Start Validation | D3-MBSV | Ensuring that a pointer accurately references the beginning of a designated memory block. | |
- Null Pointer Checking | D3-NPC | Checking if a pointer is NULL. | Nil Pointer Checking |
loading...
References
All
Guideline
The following references were used to develop the Pointer Validation knowledge-base article.
(Note: the consideration of references does not imply specific functionality exists in an offering.)
SEI CERT C Coding Standard
Reference Type: Guideline Organization: Software Engineering Institute
D3FEND™
A knowledge graph of cybersecurity countermeasures