commit | 0e879ef1cb5baddebe1f12a9a3940a87d8e61558 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Feb 13 15:13:30 2019 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jun 25 11:36:01 2019 +0800 |
tree | a6225eed46e47ffdc7d743ba017d4fdbe7698e89 | |
parent | 17d941dc30337840d962dddbddfdcf9dac7c4b22 [diff] |
mac80211: drop robust management frames from unknown TA commit 588f7d39b3592a36fb7702ae3b8bdd9be4621e2f upstream. When receiving a robust management frame, drop it if we don't have rx->sta since then we don't have a security association and thus couldn't possibly validate the frame. Cc: stable@vger.kernel.org Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>