Date: Mon, 26 Mar 2007 15:15:08 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsserver nfs_serv.c Message-ID: <200703261515.l2QFF8t4090831@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2007-03-26 15:14:58 UTC FreeBSD src repository Modified files: sys/nfsserver nfs_serv.c Log: Initialize vfslocked to 0 before nfsm_srvmtofh() so that the variable is not used uninitialized in 'nfsmout' if nfsm_srvmtofh() gets an internal error. CID: 1766 Found by: Coverity Prevent (tm) Revision Changes Path 1.172 +1 -0 src/sys/nfsserver/nfs_serv.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703261515.l2QFF8t4090831>