Module Name: src Committed By: bouyer Date: Sun Mar 20 20:36:57 UTC 2011
Modified Files: src/sys/kern [netbsd-4]: vfs_syscalls.c Log Message: Pull up following revision(s) (requested by dholland in ticket #1417): sys/kern/vfs_syscalls.c: revision 1.415 via patch Check for bogus flags to access() up front. Otherwise we end up calling VOP_ACCESS with flags 0 and something asserts deep in the bowels of kauth. PR 44648 from Taylor Campbell. (I moved the check earlier relative to the suggested patch.) Pullup candidate. To generate a diff of this commit: cvs rdiff -u -r1.279.2.5 -r1.279.2.6 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.