Subject | English | Korean |
comp., MS | corrupted heap pointer | 손상된 힙 포인터 (An access violation that occurs most typically when a block is allocated in one heap and freed in another) |
comp., MS | corrupted infix pattern | 손상된 중위 패턴 (An access violation that occurs when a set of freed blocks that have been marked non-accessible are touched by a program) |
comp., MS | corrupted prefix pattern | 손상된 전위 패턴 (An access violation that occurs with buffer underruns) |
comp., MS | corrupted suffix pattern | 손상된 후위 패턴 (An access violation that happens most typically with buffer overruns) |