Subject: Re: CVS commit: src/lib/libc/gen
To: None <christos@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-userlevel
Date: 11/09/2006 09:03:39
> 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?

YAMAMOTO Takashi