aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot
diff options
context:
space:
mode:
authorSven Eckelmann <sven.eckelmann@openmesh.com>2018-06-06 11:21:53 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2018-07-07 18:33:57 +0200
commit87493dac11f3c7bbbc1fed9aef1cf9ff62053ab0 (patch)
treef154329cb609cb90935b07fdb5785135f7c6923d /package/boot
parent1c01e02575bd2af96741ba79ed12004fdfb15544 (diff)
downloadupstream-87493dac11f3c7bbbc1fed9aef1cf9ff62053ab0.tar.gz
upstream-87493dac11f3c7bbbc1fed9aef1cf9ff62053ab0.tar.bz2
upstream-87493dac11f3c7bbbc1fed9aef1cf9ff62053ab0.zip
mac80211: initialize sinfo in cfg80211_get_station
Most of the implementations behind cfg80211_get_station will not initialize sinfo to zero before manipulating it. For example, the member "filled", which indicates the filled in parts of this struct, is often only modified by enabling certain bits in the bitfield while keeping the remaining bits in their original state. A caller without a preinitialized sinfo.filled can then no longer decide which parts of sinfo were filled in by cfg80211_get_station (or actually the underlying implementations). cfg80211_get_station must therefore take care that sinfo is initialized to zero. Otherwise, the caller may tries to read information which was not filled in and which must therefore also be considered uninitialized. In batadv_v_elp_get_throughput's case, an invalid "random" expected throughput may be stored for this neighbor and thus the B.A.T.M.A.N V algorithm may switch to non-optimal neighbors for certain destinations. Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
Diffstat (limited to 'package/boot')
0 files changed, 0 insertions, 0 deletions