Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 03/27/2006 20:20:46
Module Name: src
Committed By: martin
Date: Mon Mar 27 20:20:46 UTC 2006
Modified Files:
src/sys/kern: vfs_syscalls.c
src/sys/nfs: nfs_export.c nfs_nqlease.c nfs_serv.c
Log Message:
KASSERT that the returned file id length from VPTOFH is <= the
maximum allowed value (_VFS_MAXFIDSZ).
To generate a diff of this commit:
cvs rdiff -r1.238 -r1.239 src/sys/kern/vfs_syscalls.c
cvs rdiff -r1.9 -r1.10 src/sys/nfs/nfs_export.c
cvs rdiff -r1.57 -r1.58 src/sys/nfs/nfs_nqlease.c
cvs rdiff -r1.101 -r1.102 src/sys/nfs/nfs_serv.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.