Subject: Re: CVS commit: src/lib/libc/gen
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Christos Zoulas <christos@zoulas.com>
List: tech-userlevel
Date: 11/08/2006 21:13:27
On Nov 9, 9:03am, yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
-- Subject: Re: CVS commit: src/lib/libc/gen
| > Module Name: src
| > Committed By: christos
| > Date: Wed Nov 8 23:27:32 UTC 2006
| >
| > Modified Files:
| > src/lib/libc/gen: execvp.c nlist_aout.c
| >
| > Log Message:
| > if we are using ssp, use malloc instead of alloca.
| >
| >
| > To generate a diff of this commit:
| > cvs rdiff -r1.26 -r1.27 src/lib/libc/gen/execvp.c
| > cvs rdiff -r1.15 -r1.16 src/lib/libc/gen/nlist_aout.c
| >
| > Please note that diffs are not public domain; they are subject to the
| > copyright notices on the relevant files.
|
| doesn't it break vfork+execvp?
good point. I guess I can use mmap.
christos