]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: check return value of dev_alloc_skb() in ieee80211_sta_join_ibss().
authorRami Rosen <ramirose@gmail.com>
Wed, 22 Oct 2008 07:58:39 +0000 (09:58 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 31 Oct 2008 23:00:51 +0000 (19:00 -0400)
commitea70dc86164c947849dfffcae7baf7632a65dd67
tree5699a939cc61cc6c140f3b822e285e6e9f661cc1
parentcde3274cee3b85c45db7038b24512865cb7feaff
mac80211: check return value of dev_alloc_skb() in ieee80211_sta_join_ibss().

This patch add a check on the return value of dev_alloc_skb() in
ieee80211_sta_join_ibss() in net/mac80211/mlme.c.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c