Date: Wed, 24 Jul 2002 07:24:16 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsserver nfs_srvsock.c Message-ID: <200207241424.g6OEOGlI027694@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/07/24 07:24:16 PDT Modified files: sys/nfsserver nfs_srvsock.c Log: Stick a dark comment in about the fact that the NFS server code allocates a ucred by itself as part of an nfs descriptor, then bzero's the ucred, fails to initialize the mutex, etc. This is very bad, but I don't have time to fix it right now. nfsd should instead hold a cred pointer, and the credential should be properly initialized, probably from a descendent of a kernel process credential. Revision Changes Path 1.79 +7 -0 src/sys/nfsserver/nfs_srvsock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207241424.g6OEOGlI027694>