I am investigating a crash due to heap corruption. As this issue is non-trivial and involves analyzing the stack and dump results, I have decided to do a code review of file
Common scenarios include:
char *stuff = new char[10]; stuff[10] = 3;
)[EDIT] From the comments, a few more: