Matthieu Herrb <matthieu.herrb@...> wrote:
> > int main(void) {
> > static char buf[5 * 1024 * 1024]; /* 5 MB */
> 'static' variables are allocated in bss, not on the stack.
I didn't noticed Cyril changed that in the test. The original test does
not use static data.
--
Emmanuel Dreyfus
Il y a 10 sortes de personnes dans le monde: ceux qui comprennent
le binaire et ceux qui ne le comprennent pas.
manu@...Message
Re: [milter-greylist] Config reload SIGSEGV in the spotlight
2004-05-29 by manu@netbsd.org