]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: fix IBSS presp allocation size
authorJohannes Berg <johannes.berg@intel.com>
Thu, 27 Apr 2017 11:19:04 +0000 (13:19 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 8 May 2017 09:25:04 +0000 (11:25 +0200)
commit5cbf6211fe285cd2365a0383c251394166a7ec46
tree5104b9a107d333692b1bdb167f6623fa68e25953
parenta49a2bda6825248c5d0da53958940924609ee50a
mac80211: fix IBSS presp allocation size

When VHT IBSS support was added, the size of the extra elements
wasn't considered in ieee80211_ibss_build_presp(), which makes
it possible that it would overrun the allocated buffer. Fix it
by allocating the necessary space.

Fixes: 9e09fa171fa3 ("mac80211: add VHT support for IBSS")
Reported-by: Shaul Triebitz <shaul.triebitz@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ibss.c