From owner-cvs-sys Tue Dec 3 08:08:19 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA25094 for cvs-sys-outgoing; Tue, 3 Dec 1996 08:08:19 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA25052; Tue, 3 Dec 1996 08:08:06 -0800 (PST) Date: Tue, 3 Dec 1996 08:08:06 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199612031608.IAA25052@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ed.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/12/03 08:08:05 Modified: sys/i386/isa if_ed.c Log: PR kern/2141: function ed_attach_NE2000_pci() in if_ed.c passes an uninitialized block of memory (got with malloc()) to ed_attach. This prevents a proper initialization of the device descriptor and in my case causes a panic during the probe, while printing out device info. Reviewed by: phk Submitted by: Luigi Rizzo Revision Changes Path 1.109 +2 -1 src/sys/i386/isa/if_ed.c