I've run into a bug that looks like a stack corruption problem.
My C compiler/linker take no options concerning the size of stack
or heap. So, how do I specify how big a stack I want? Do I need
to specify this at all? Are there any tools out there to help
detect stack problems (yes I've run lint).
Replies by email please, thanks in advance.