Corrupted Heap Termination Redux
...previous post I explained how to use HeapSetInformation correctly. In short there's an option when calling this function that will terminate your application if the heap manager detects some form of heap corruption, or the potential to cause heap corruption
I would recommend you read the previous post before continuing
You guessed it, the...
