Module Name: src Committed By: njoly Date: Sat Jul 20 15:55:57 UTC 2013
Modified Files: src/sys/kern: vfs_syscalls.c Log Message: Remove, in do_sys_renameat(), wrong KASSERTs that check for non NULL from/to arguments. Such values are correctly handled by later pathbuf_maybe_copyin() calls, that will fail with EFAULT. ok from dholland@. To generate a diff of this commit: cvs rdiff -u -r1.466 -r1.467 src/sys/kern/vfs_syscalls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.