created | 2020-01-28T23:57:33Z |
---|---|
begin | 2019-11-26T00:00:00Z |
end | 2019-11-26T00:26:36Z |
path | src/sys |
commits | 1 |
date | 2019-11-26T00:26:36Z | |||
---|---|---|---|---|
author | beck | |||
files | src/sys/kern/vfs_syscalls.c | log | diff | annotate |
message |
Don't use LOCKPARENT on namei calls for realpath(). We don't require this anymore since we now behave like posix. Fixes a problem where a symlink to / would return ENOTDIR because the parent could not be locked - noticed by Raimo Niskanen <[email protected]> ok guenther@ deraadt@ |