NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/44648 CVS commit: [netbsd-5-1] src/sys/kern



The following reply was made to PR kern/44648; it has been noted by GNATS.

From: "Manuel Bouyer" <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44648 CVS commit: [netbsd-5-1] src/sys/kern
Date: Sun, 20 Mar 2011 21:20:13 +0000

 Module Name:   src
 Committed By:  bouyer
 Date:          Sun Mar 20 21:20:12 UTC 2011
 
 Modified Files:
        src/sys/kern [netbsd-5-1]: vfs_syscalls.c
 
 Log Message:
 Pull up following revision(s) (requested by dholland in ticket #1567):
        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.376.4.5 -r1.376.4.5.2.1 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.
 


Home | Main Index | Thread Index | Old Index