Date: Tue, 3 Dec 1996 08:08:06 -0800 (PST) From: Poul-Henning Kamp <phk> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ed.c Message-ID: <199612031608.IAA25052@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <luigi@iet.unipi.it> Revision Changes Path 1.109 +2 -1 src/sys/i386/isa/if_ed.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612031608.IAA25052>