commit | 67aa030c0dff6095128bcb4e8043b48360f32331 | [log] [tgz] |
---|---|---|
author | Mariusz Kozlowski <mk@lab.zgora.pl> | Sat Mar 26 18:58:51 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Mar 28 15:42:02 2011 -0400 |
tree | 91f839fbe604cf1f96a12b2ca09bb65a317fe284 | |
parent | 1f951a7f8ba05192291f781ef99a892697e47d62 [diff] |
mac80211: fix possible NULL pointer dereference This patch moves 'key' dereference after BUG_ON(!key) so that when key is NULL we will see proper trace instead of oops. Signed-off-by: Mariusz Kozlowski <mk@lab.zgora.pl> Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>