double free

"Double free" refers to a programming error that occurs when a program attempts to deallocate (free) the same block of memory more than once, leading to potential memory corruption and crashes.

Requires login.