From owner-cvs-all Fri Oct 6 8:31:32 2000 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 D32A537B502; Fri, 6 Oct 2000 08:31:29 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA75472; Fri, 6 Oct 2000 08:31:29 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200010061531.IAA75472@freefall.freebsd.org> From: Robert Watson Date: Fri, 6 Oct 2000 08:31:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/10/06 08:31:29 PDT Modified files: sys/ufs/ffs ffs_vfsops.c Log: o Move initialization of ump from mp to the top of the function so that it is defined whenm used in ufs_extattr_uepm_destroy(), fixing a panic due to a NULL pointer dereference. Submitted by: Wesley Morgan Revision Changes Path 1.130 +2 -3 src/sys/ufs/ffs/ffs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message