Hi, in the stackcheck example &_end is used for the stack check and the comment says that _end is defined by the linker. Because the heap begins behind the bss segment and grows towards the stack this seem to mean that stackcheck can only work if the heap is unused. Is this right?
Regards, Rolf
