NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/43005 CVS commit: src/libexec/ld.elf_so



The following reply was made to PR lib/43005; it has been noted by GNATS.

From: Roy Marples <roy%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43005 CVS commit: src/libexec/ld.elf_so
Date: Thu, 18 Mar 2010 22:17:55 +0000

 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.
 


Home | Main Index | Thread Index | Old Index