]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mac80211: fix possible sta leak
authorJohannes Berg <johannes.berg@intel.com>
Thu, 1 Aug 2019 07:30:33 +0000 (09:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Sep 2019 08:23:48 +0000 (10:23 +0200)
commitb14f5ba7490e2b5edb80621745e60d3122c4297d
tree567f4f73c2777478ec5741aab8e0da9c62e500e2
parent3cd42050aac65a135a94be3527a5ed489ed0a776
mac80211: fix possible sta leak

commit 5fd2f91ad483baffdbe798f8a08f1b41442d1e24 upstream.

If TDLS station addition is rejected, the sta memory is leaked.
Avoid this by moving the check before the allocation.

Cc: stable@vger.kernel.org
Fixes: 7ed5285396c2 ("mac80211: don't initiate TDLS connection if station is not associated to AP")
Link: https://lore.kernel.org/r/20190801073033.7892-1-johannes@sipsolutions.net
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/mac80211/cfg.c