summaryrefslogtreecommitdiff
path: root/net/mac80211/mesh.c
diff options
context:
space:
mode:
authorBenjamin Berg <benjamin.berg@intel.com>2023-09-25 17:18:56 +0200
committerAlexander Grund <flamefire89@gmail.com>2024-01-06 13:23:24 +0100
commit842bfdb1fe91b78e1bdf51787b735a54498d141f (patch)
treea50a14bc9416ca62057ad912483018c5274497b0 /net/mac80211/mesh.c
parent9af33e9d545d7ed0b02c3a935eb41816902bc1e7 (diff)
wifi: cfg80211: avoid leaking stack data into trace
[ Upstream commit 334bf33eec5701a1e4e967bcb7cc8611a998334b ] If the structure is not initialized then boolean types might be copied into the tracing data without being initialised. This causes data from the stack to leak into the trace and also triggers a UBSAN failure which can easily be avoided here. Change-Id: I878101c0eacd55669bc316ebf3cad14da7c6acdf Signed-off-by: Benjamin Berg <benjamin.berg@intel.com> Link: https://lore.kernel.org/r/20230925171855.a9271ef53b05.I8180bae663984c91a3e036b87f36a640ba409817@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Ulrich Hecht <uli@kernel.org>
Diffstat (limited to 'net/mac80211/mesh.c')
0 files changed, 0 insertions, 0 deletions