cvs commit: src/sys/kern imgact_shell.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Feb 25 00:49:26 PST 2005
dillon 2005/02/25 00:49:10 PST
DragonFly src repository
Modified files:
sys/kern imgact_shell.c
Log:
Rewrite the loops which extract the interpreter name and arguments out
of the #! line for a shell script. The loop was improperly handling a
missing newline by scanning past the end of the buffer, resulting in a panic.
Reported-by: Garance A Drosihn <drosih at xxxxxxx>
Revision Changes Path
1.5 +27 -20 src/sys/kern/imgact_shell.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/imgact_shell.c.diff?r1=1.4&r2=1.5&f=u
More information about the Commits
mailing list