diff options
author | Abinaya Kalaiselvan <[email protected]> | 2021-06-23 20:10:44 +0530 |
---|---|---|
committer | Johannes Berg <[email protected]> | 2021-06-23 18:06:44 +0200 |
commit | 95f83ee8d857f006813755e89a126f1048b001e8 (patch) | |
tree | 9b41b7375b9c8ebee1bb826c26363cb3ec96e21f /scripts/gdb/linux/tasks.py | |
parent | 6e899fa027addf2dd069714184c58a7c8c4b3030 (diff) |
mac80211: fix NULL ptr dereference during mesh peer connection for non HE devices
"sband->iftype_data" is not assigned with any value for non HE supported
devices, which causes NULL pointer access during mesh peer connection
in those devices. Fix this by accessing the pointer after HE
capabilities condition check.
Cc: [email protected]
Fixes: 7f7aa94bcaf0 (mac80211: reduce peer HE MCS/NSS to own capabilities)
Signed-off-by: Abinaya Kalaiselvan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions