CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/05 17:28:55
Modified files:
sys/kern : vfs_syscalls.c
Log message:
Kernel realpath(3) and unveil(2) did not work correctly if the root
directory was written as "//". If there is no non-slash character
in the path name, use the spacial case for root.
found by gmake regression tests; OK naddy@ benno@
