heap corruption

Heap corruption is a programming error that occurs when a program unintentionally modifies the memory space allocated for dynamic memory allocation (heap). This can lead to unexpected program behavior, crashes, and security vulnerabilities.

Requires login.