From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:52:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B97B416A4CE; Sat, 21 Feb 2004 14:52:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D9E643D1D; Sat, 21 Feb 2004 14:52:03 -0800 (PST) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMq3Ge034957; Sat, 21 Feb 2004 14:52:03 -0800 (PST) (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMq3ps034953; Sat, 21 Feb 2004 14:52:03 -0800 (PST) (envelope-from rees) Message-Id: <200402212252.i1LMq3ps034953@repoman.freebsd.org> From: Jim Rees Date: Sat, 21 Feb 2004 14:52:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfs4client nfs4_idmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2004 22:52:03 -0000 rees 2004/02/21 14:52:03 PST FreeBSD src repository Modified files: sys/nfs4client nfs4_idmap.c Log: in idmap_uid_to_name(), don't try to use the entry after freeing it, in the idmap_add failure case (found by Ted Unangst via Colin Percival) also convert idmap_hashf to return void, since it can't fail also change some panics to error returns Revision Changes Path 1.4 +7 -11 src/sys/nfs4client/nfs4_idmap.c