Date: Wed, 23 Apr 1997 15:07:07 -0700 (PDT) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sys@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_shell.c kern_exec.c Message-ID: <199704232207.PAA09743@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 97/04/23 15:07:07 Modified: sys/kern imgact_shell.c kern_exec.c Log: Don't clobber user space argv0 memory on shell exec, mainly for vfork() Fix another bug: if argv[0] is NULL, garbadge args might be added for shell script Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no> (with yet one fault detect from me) Revision Changes Path 1.15 +2 -3 src/sys/kern/imgact_shell.c 1.63 +24 -14 src/sys/kern/kern_exec.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704232207.PAA09743>