Module Name: src Committed By: pooka Date: Thu Jan 7 19:54:40 UTC 2010
Modified Files: src/sys/kern: vfs_subr.c Log Message: Make sure struct vattr contains no random bits of kernel memory after vattr_null(). This is especially nice considering things like puffs, where the contents are copied to userspace. To generate a diff of this commit: cvs rdiff -u -r1.392 -r1.393 src/sys/kern/vfs_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.