209Fermer211
Kevin KoflerLe 04/11/2009 à 20:02
PpHd (./209) :
Note that huge stack overflow can not be detected...

It can be detected if the code is done properly. Either use NeedStack or allocate stack in smaller pieces with writes at each step or check before writing that you aren't out in nowhere's land. But of course this assumes actually coding for the target platform, not just recompiling libraries designed for a computer with megabytes of stack.