cvs commit: src/sys/kern imgact_shell.c kern_exec.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Nov 15 18:38:11 PST 2003
dillon 2003/11/15 18:37:39 PST
DragonFly src repository
Modified files:
sys/kern imgact_shell.c kern_exec.c
Log:
Correct bugs introduced in the last syscall separation commit. The
argument list for shell scripts was not being properly rewritten, corrupting
the argv list and environment.
Revision Changes Path
1.4 +43 -23 src/sys/kern/imgact_shell.c
1.15 +27 -19 src/sys/kern/kern_exec.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/imgact_shell.c.diff?r1=1.3&r2=1.4&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_exec.c.diff?r1=1.14&r2=1.15&f=h
More information about the Commits
mailing list