Date: Sat, 21 Feb 2004 14:52:03 -0800 (PST) From: Jim Rees <rees@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs4client nfs4_idmap.c Message-ID: <200402212252.i1LMq3ps034953@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402212252.i1LMq3ps034953>