OpenBSD cvs log

created 2019-10-19T03:52:09Z
begin 2019-08-05T15:00:00Z
end 2019-08-05T18:00:00Z
path src/sys
commits 1

date 2019-08-05T15:13:43Z
author bluhm
files src/sys/kern/vfs_syscalls.c log diff annotate
message Kernel realpath(3) had the same vnode leakage bug like unveil(2).
If parent and lookup vnode are equal, namei(9) locks them once but
reference counts twice.
from Moritz Buhl