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.8 KB
Makefile -rw-r--r-- 741 bytes
array.c -rw-r--r-- 14.7 KB
base.c -rw-r--r-- 85.6 KB
cmdline.c -rw-r--r-- 651 bytes
consoles.c -rw-r--r-- 2.2 KB
cpuinfo.c -rw-r--r-- 564 bytes
devices.c -rw-r--r-- 1.4 KB
generic.c -rw-r--r-- 19.5 KB
inode.c -rw-r--r-- 12.0 KB
internal.h -rw-r--r-- 5.1 KB
interrupts.c -rw-r--r-- 1.1 KB
kcore.c -rw-r--r-- 15.2 KB
kmsg.c -rw-r--r-- 1.5 KB
loadavg.c -rw-r--r-- 1.1 KB
meminfo.c -rw-r--r-- 4.9 KB
mmu.c -rw-r--r-- 1.4 KB
namespaces.c -rw-r--r-- 4.1 KB
nommu.c -rw-r--r-- 3.3 KB
page.c -rw-r--r-- 4.9 KB
proc_devtree.c -rw-r--r-- 5.3 KB
proc_net.c -rw-r--r-- 4.6 KB
proc_sysctl.c -rw-r--r-- 39.0 KB
proc_tty.c -rw-r--r-- 4.7 KB
root.c -rw-r--r-- 5.6 KB
softirqs.c -rw-r--r-- 993 bytes
stat.c -rw-r--r-- 5.5 KB
task_mmu.c -rw-r--r-- 30.7 KB
task_nommu.c -rw-r--r-- 7.0 KB
uptime.c -rw-r--r-- 1.3 KB
version.c -rw-r--r-- 761 bytes
vmcore.c -rw-r--r-- 17.6 KB

back to top