Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/libexec/ld.elf_so
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/
Home |
Main Index |
Thread Index |
Old Index