Revision 4eee6a3a04e8bb53fbe7de0f64d0524d3fbe3f80 authored by Phil Sutter on 26 March 2012, 09:01:30 UTC, committed by David S. Miller on 28 March 2012, 02:30:09 UTC
This happened on a machine with a custom hotplug script calling nameif,
probably due to slow firmware loading. At the time nameif uses ethtool
to gather interface information, i2400m->fw_name is zero and so a null
pointer dereference occurs from within i2400m_get_drvinfo().

Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 7dd30d4
History
File Mode Size
Kconfig -rw-r--r-- 2.3 KB
Makefile -rw-r--r-- 379 bytes
cache.c -rw-r--r-- 10.8 KB
cookie.c -rw-r--r-- 13.3 KB
fsdef.c -rw-r--r-- 4.2 KB
histogram.c -rw-r--r-- 2.8 KB
internal.h -rw-r--r-- 12.2 KB
main.c -rw-r--r-- 5.2 KB
netfs.c -rw-r--r-- 2.6 KB
object-list.c -rw-r--r-- 11.9 KB
object.c -rw-r--r-- 25.3 KB
operation.c -rw-r--r-- 11.8 KB
page.c -rw-r--r-- 25.7 KB
proc.c -rw-r--r-- 1.9 KB
stats.c -rw-r--r-- 9.6 KB

back to top