diff options
author | Alexei Avshalom Lazar <ailizaro@codeaurora.org> | 2019-02-22 17:21:05 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-02-28 12:25:09 +0300 |
commit | de77a53c2d1e8fb3621e63e8e1f0f0c9a1a99ff7 (patch) | |
tree | 22bf71c06f0bd62680fc086d58c0b0a00b679608 /mm/mm_init.c | |
parent | 979c9d8d01c482b1befb44dc639ecb907b5a37bd (diff) | |
download | linux-de77a53c2d1e8fb3621e63e8e1f0f0c9a1a99ff7.tar.xz |
wil6210: check null pointer in _wil_cfg80211_merge_extra_ies
ies1 or ies2 might be null when code inside
_wil_cfg80211_merge_extra_ies access them.
Add explicit check for null and make sure ies1/ies2 are not
accessed in such a case.
spos might be null and be accessed inside
_wil_cfg80211_merge_extra_ies.
Add explicit check for null in the while condition statement
and make sure spos is not accessed in such a case.
Signed-off-by: Alexei Avshalom Lazar <ailizaro@codeaurora.org>
Signed-off-by: Maya Erez <merez@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'mm/mm_init.c')
0 files changed, 0 insertions, 0 deletions