Re: [PATCH 1/2] wimax: i2400m - prevent a possible kernel bug due to missing fw_name string
From: David Miller <davem@davemloft.net>
Date: 2012-03-28 02:30:32
From: David Miller <davem@davemloft.net>
Date: 2012-03-28 02:30:32
From: Phil Sutter <redacted> Date: Mon, 26 Mar 2012 13:23:55 +0200
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 <redacted>
Applied.