Module Name: src
Committed By: martin
Date: Thu Sep 12 19:47:13 UTC 2024
Modified Files:
src/sys/kern [netbsd-10]: vfs_mount.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #843):
sys/kern/vfs_mount.c: revision 1.105
dounmount: Avoid &((struct vnode_impl *)NULL)->vi_vnode.
Member access of a null pointer is undefined, even if the result
should also be null because vi_vnode is at the start of vnode_impl.
To generate a diff of this commit:
cvs rdiff -u -r1.101.2.1 -r1.101.2.2 src/sys/kern/vfs_mount.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.