From owner-cvs-all Fri Nov 5 11:29:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 369AF14D48; Fri, 5 Nov 1999 11:29:12 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA26922; Fri, 5 Nov 1999 11:28:13 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <199911051928.LAA26922@freefall.freebsd.org> From: Mike Smith Date: Fri, 5 Nov 1999 11:28:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_conf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/11/05 11:28:08 PST Modified files: sys/kern vfs_conf.c Log: Guard against freeing NULL if vfs_mountroot_try is called with NULL as an argument (this is legal to make other code simpler). Revision Changes Path 1.39 +5 -3 src/sys/kern/vfs_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message