From owner-cvs-all Sun May 14 10:16: 4 2000 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 53DD737B6CD; Sun, 14 May 2000 10:15:59 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA30566; Sun, 14 May 2000 10:15:59 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <200005141715.KAA30566@freefall.freebsd.org> From: Matt Dillon Date: Sun, 14 May 2000 10:15:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vn vn.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/05/14 10:15:59 PDT Modified files: sys/dev/vn vn.c Log: Zero out the uio structure prior to initializing it. A garbage (uninitialized) proc pointer is believed to have been the cause of panics related to vnconfig on top of intr-optioned NFS mounts. Reported by: "Sean O'Connell" Revision Changes Path 1.112 +10 -5 src/sys/dev/vn/vn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message