CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2016/05/10 04:37:58
Modified files: sys/ufs/ffs : ffs_vfsops.c Log message: FFS2 does lazy inode initialization, so try harder to avoid using random data on the disk as an inode. Thus avoiding crashes when translating a bogus filehandle to a vnode. Yes, I'm looking at you, NFS! Adapted from a diff by Christos Zoulas via NetBSD, pointed out by kurt@. ok beck@