On Thu, Mar 18, 2010 at 10:17:55PM +0000, Roy Marples wrote:
> Log Message:
> Use alloca(3) instead of local xmalloc for creating our DoneLists.
> This allows threaded programs to use us a little better, PR lib/43005.
> We need to disable SSP when using alloca.

No, you don't. You only need to disable the warnings which would tell
you that the *particular* function which uses alloca(3) cannot be
protected. Please look at the end of "src/sys/conf/Makefile.inc"
how to handle this and update your change accordingly.

        Kind regards

-- 
Matthias Scheler                                  http://zhadum.org.uk/

Reply via email to