From owner-cvs-all Thu Nov 2 16: 3: 8 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 41B3037B4C5; Thu, 2 Nov 2000 16:03:05 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA20454; Thu, 2 Nov 2000 16:03:05 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <200011030003.QAA20454@freefall.freebsd.org> From: Bill Paul Date: Thu, 2 Nov 2000 16:03:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/11/02 16:03:04 PST Modified files: sys/pci if_dc.c Log: Grrrr. Remember to bzero() the mediainfo structures after we allocate them. If we leave garbage in them, the dc_apply_fixup() routine may try to follow bogus pointers when applying the reset fixup. Noticed by: Andrew Gallatin Revision Changes Path 1.37 +5 -2 src/sys/pci/if_dc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message