VC++ 7.0: The C Run-Time Library (3/5)
Stack corruption detection:
• Note, that heap corruption detection exists already in VC 6.0
• Example: Write „hello“ to a char[5]
Detection time :
• Stack: When returning from function
• Heap: When releasing the memory
่ Does not replace tools like BoundsChecker!