Esc
Memory Block Start Validation
Definition
Ensuring that a pointer accurately references the beginning of a designated memory block.
How it Works
Ensure that a pointer is referencing the beginning of the intended block before using.
Considerations
Be careful with pointer arithmetic.
Artifact Relationships:
This defensive technique is related to specific artifacts. Click the artifact node for more information.
References
All
User Manual
The following references were used to develop the Memory Block Start Validation knowledge-base article.
(Note: the consideration of references does not imply specific functionality exists in an offering.)
Pointer Arithmetic in C
Reference Type: User Manual Organization: GNU