mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 16:30:53 -05:00
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>
|
||
|---|---|---|
| .. | ||
| if_ed.c | ||
| if_ed_pci.c | ||
| if_edreg.h | ||