Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: christos
Date: Fri Apr 27 18:33:24 UTC 2018
Modified Files:
src/sys/kern: exec_script.c kern_exec.c
src/sys/sys: exec.h
Log Message:
Canonicalize the interpreter path in #! scripts since check_exec() expects
an absolute path, and we KASSERT if that's not the case later.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/kern/exec_script.c
cvs rdiff -u -r1.456 -r1.457 src/sys/kern/kern_exec.c
cvs rdiff -u -r1.152 -r1.153 src/sys/sys/exec.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index