CWE-467
Use of sizeof() on a Pointer Type
The code calls sizeof() on a pointer type, which can be an incorrect calculation if the programmer intended to determine the size of the data that is being pointed to.
Official CWE-467 definition at MITREImpactr finds and proves weaknesses like CWE-467 in your web apps and APIs - investigating, chaining, and validating each with a reproducible exploit.
Join the waitlist