aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2011-11-08 12:28:33 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-11-26 09:09:54 -0800
commit492d7eff2def54c6e5521ee82764ca22025e7030 (patch)
tree2d1ae2f73e8f59b36462caa33086c48d02fe7b04 /net/wireless
parent11885cd854b27c1dcf35ab44d4899e8d20e08290 (diff)
downloadkernel_samsung_smdk4412-492d7eff2def54c6e5521ee82764ca22025e7030.zip
kernel_samsung_smdk4412-492d7eff2def54c6e5521ee82764ca22025e7030.tar.gz
kernel_samsung_smdk4412-492d7eff2def54c6e5521ee82764ca22025e7030.tar.bz2
mac80211: fix NULL dereference in radiotap code
commit f8d1ccf15568268c76f913b45ecdd33134387f1a upstream. When receiving failed PLCP frames is enabled, there won't be a rate pointer when we add the radiotap header and thus the kernel will crash. Fix this by not assuming the rate pointer is always valid. It's still always valid for frames that have good PLCP though, and that is checked & enforced. This was broken by my commit fc88518916793af8ad6a02e05ff254d95c36d875 Author: Johannes Berg <johannes.berg@intel.com> Date: Fri Jul 30 13:23:12 2010 +0200 mac80211: don't check rates on PLCP error frames where I removed the check in this case but didn't take into account that the rate info would be used. Reported-by: Xiaokang Qin <xiaokang.qin@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'net/wireless')
0 files changed, 0 insertions, 0 deletions