Module Name: src Committed By: roy Date: Thu Mar 18 22:17:55 UTC 2010
Modified Files: src/libexec/ld.elf_so: Makefile rtld.c rtld.h symbol.c 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. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/libexec/ld.elf_so/Makefile cvs rdiff -u -r1.129 -r1.130 src/libexec/ld.elf_so/rtld.c cvs rdiff -u -r1.89 -r1.90 src/libexec/ld.elf_so/rtld.h cvs rdiff -u -r1.51 -r1.52 src/libexec/ld.elf_so/symbol.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.