CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/22 00:31:17
Modified files:
sys/kern : vfs_syscalls.c
Log message:
Avoid a NULL pointer deref when calling fchown() on a file descriptor belonging
to a cloned device.
ok kettenis@
