This page is experimental and may change significantly in future releases.
Use of Pointer Subtraction to Determine Size
Properties
id: d3f:CWE-469
- name
- Use of Pointer Subtraction to Determine Size
- definition
- The product subtracts one pointer from another in order to determine size, but this calculation can be incorrect if the pointers do not exist in the same memory chunk.
Neighbors
CWE-469 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-469 has no related weaknesses in this release.