Illegal stack operations
Illegal Stack Operations
Illegal stack operations can lead to hard to detect crashes. This typically takes place when a program passes a pointer of the wrong type to a function. The example given below shows a case of a function expecting an integer pointer and the caller passes a pointer to a character.
http://www.eventhelix.com/realtimemantra/Basics/debugging_software_crashes.htm
char pointer/int pointer mixup |
|
0 Comments:
Post a Comment
<< Home