From owner-cvs-all Fri Jul 3 17:29:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13400 for cvs-all-outgoing; Fri, 3 Jul 1998 17:29:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13386; Fri, 3 Jul 1998 17:29:15 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA12528; Fri, 3 Jul 1998 17:27:51 -0700 (PDT) Date: Fri, 3 Jul 1998 17:27:51 -0700 (PDT) Message-Id: <199807040027.RAA12528@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/vn vn.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/03 17:27:50 PDT Modified files: sys/dev/vn vn.c Log: Don't use a struct buf (malloc'd) without first initialising all the fields to some known value! (probable cause of soft updates exploding with vn devices) Revision Changes Path 1.62 +5 -1 src/sys/dev/vn/vn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message