From owner-cvs-all Fri Dec 28 11:57:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65D1C37B41E; Fri, 28 Dec 2001 11:57:40 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSJveu42232; Fri, 28 Dec 2001 11:57:40 -0800 (PST) (envelope-from iedowse) Message-Id: <200112281957.fBSJveu42232@freefall.freebsd.org> From: Ian Dowse Date: Fri, 28 Dec 2001 11:57:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_serv.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/12/28 11:57:40 PST Modified files: (Branch: RELENG_4) sys/nfs nfs_serv.c Log: MFC: nfsserver/nfs_serv.c 1.108; explicitly set `error' to 0 in nfsrv_noop() to deal with the NFSv3 case where nfsm_reply() does not do it for us. This fixes an mbuf leak and a failure to correctly return an error reply for bad authorisation or unknown procedure numbers. Unlike the corresponding revision in -current, this affects only NFSv3 requests. Approved by: re Revision Changes Path 1.93.2.2 +1 -0 src/sys/nfs/nfs_serv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message