Date: Mon, 26 Mar 2007 11:23:36 -0400 From: John Baldwin <jhb@freebsd.org> To: src-committers@freebsd.org Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/nfsserver nfs_serv.c Message-ID: <200703261123.37137.jhb@freebsd.org> In-Reply-To: <200703261515.l2QFF8t4090831@repoman.freebsd.org> References: <200703261515.l2QFF8t4090831@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 26 March 2007 11:15:08 am John Baldwin wrote: > 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 Yet another example of why NFS macros are evil. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703261123.37137.jhb>