]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: fix possible out-of-bounds access
authorJohannes Berg <johannes.berg@intel.com>
Wed, 14 Sep 2016 07:23:51 +0000 (09:23 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 15 Sep 2016 14:46:16 +0000 (16:46 +0200)
commitd86bc62e7df33cf619708454ecc624d09a0b9be4
tree83a76bdd049de1a15b56a6d9cd4243486d1d5a0e
parent8efbafa24df912279a6e7408987f4e7ebb030898
mac80211: fix possible out-of-bounds access

In the unlikely situation that the supplicant has negotiated
admission for the background AC (which it has no reason to as
it's not supposed to be requiring admission control to start
with, and we'd ignore such a requirement anyway), the loop
here may terminate with non_acm_ac == 4, which leads to an
array overrun.

Check this explicitly just for completeness.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c