]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon timestamp...
authorRichard Kinder <richard.kinder@gmail.com>
Thu, 28 Mar 2024 00:57:25 +0000 (11:57 +1100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 8 Apr 2024 18:12:01 +0000 (20:12 +0200)
commitd12b9779cc9ba29d65fbfc728eb8a037871dd331
tree23976d13afca4de0d97b31c80fb085ed01d06ce0
parentab9177d83c040eba58387914077ebca56f14fae6
wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon timestamp field

Logic inside ieee80211_rx_mgmt_beacon accesses the
mgmt->u.beacon.timestamp field without first checking whether the beacon
received is non-S1G format.

Fix the problem by checking the beacon is non-S1G format to avoid access
of the mgmt->u.beacon.timestamp field.

Signed-off-by: Richard Kinder <richard.kinder@gmail.com>
Link: https://msgid.link/20240328005725.85355-1-richard.kinder@gmail.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c