]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
mac80211: fix possible sta leak
authorJohannes Berg <johannes.berg@intel.com>
Thu, 1 Aug 2019 07:30:33 +0000 (09:30 +0200)
committerKhalid Elmously <khalid.elmously@canonical.com>
Thu, 26 Sep 2019 04:34:52 +0000 (00:34 -0400)
commitdcec0eee49a51f1341878ac53ed5c15e56d83d2b
tree19424e384d9757ad636ee593b181b712ec64677e
parentc384e478965593acf5659181dae3d886850cd57c
mac80211: fix possible sta leak

BugLink: https://bugs.launchpad.net/bugs/1843338
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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
net/mac80211/cfg.c