CWE-469BaseDraft
Use of Pointer Subtraction to Determine Size
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.
Open in catalog with CWE filter →Related CAPECs
—