K 10 svn:author V 3 mjg K 8 svn:date V 27 2015-07-09T15:06:24.833046Z K 7 svn:log V 324 vfs: plug a use-after-free of fd_rdir in namei fd_rdir vnode was stored in ni_rootdir without refing it in any way, after which the filedsc lock was being dropped. The vnode could have been freed by mountcheckdirs or another thread doing chroot. VREF the vnode while the lock is held. Reviewed by: kib MFC after: 1 week END