commit | bef9bacc4ec7ea6a02876164cd6ccaa4759edce4 | [log] [tgz] |
---|---|---|
author | Mariusz Kozlowski <mk@lab.zgora.pl> | Sat Mar 26 19:26:55 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Mar 28 15:42:02 2011 -0400 |
tree | e68100ba3efa0ce2a13636027565f422e55bbd95 | |
parent | 67aa030c0dff6095128bcb4e8043b48360f32331 [diff] |
cfg80211:: fix possible NULL pointer dereference In cfg80211_inform_bss_frame() wiphy is first dereferenced on privsz initialisation and then it is checked for NULL. This patch fixes that. 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>