CVSROOT: /cvs Module name: src Changes by: an...@cvs.openbsd.org 2018/07/30 11:21:37
Modified files: sys/kern : vfs_syscalls.c Log message: Fix a NULL-pointer dereference when calling open() on a cloned device with write permissions and the flags include O_TRUNC|O_SHLOCK. ok deraadt@