NetBurner 3.5.0
PDF Version
 
Stack Protection

Demonstrate various stack overflow/underflow protection methods.

To run this example, the following lines must be uncommented in \nburn\nbrtos\include\predef.h to enable stack checking features:

#define NBRTOS_STACKCHECK    (1)
#define NBRTOS_STACKOVERFLOW (1)
#define NBRTOS_STACKUNDERFLOW (1)