Enquire Now

Tags: double-free

A CWE-415: Double Free takes place when the same memory location is freed twice. The name may refer to calling delete in C++, or some other operator/function which frees memory twice, not just C's free() function.

0 Questions