2012年10月8日 星期一

Memory corruption reasons

1. wrong type cast, such as convert base class object to a derived one;
2. use invalid pointer. such as access a pointer that have been deleted;
3. Memory over write; array over bound;
4. access  error data  damaged by multi-thread.

沒有留言:

張貼留言