aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorBenjamin Beichler <[email protected]>2018-03-07 18:11:07 +0100
committerJohannes Berg <[email protected]>2018-03-21 10:57:33 +0100
commit8cfd36a0b53aeb4ec21d81eb79706697b84dfc3d (patch)
tree3a4a59d732bbf4e7d34fc90af03b2c66462f34bb /tools/perf/scripts/python/bin
parent796e1112176ada7ebc084491458dfbfbe3a193b6 (diff)
mac80211_hwsim: fix use-after-free bug in hwsim_exit_net
When destroying a net namespace, all hwsim interfaces, which are not created in default namespace are deleted. But the async deletion of the interfaces could last longer than the actual destruction of the namespace, which results to an use after free bug. Therefore use synchronous deletion in this case. Fixes: 100cb9ff40e0 ("mac80211_hwsim: Allow managing radios from non-initial namespaces") Reported-by: [email protected] Signed-off-by: Benjamin Beichler <[email protected]> Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions