diff options
author | Alexei Avshalom Lazar | 2019-02-22 16:21:05 +0200 |
---|---|---|
committer | Kalle Valo | 2019-02-28 11:25:09 +0200 |
commit | de77a53c2d1e8fb3621e63e8e1f0f0c9a1a99ff7 (patch) | |
tree | 22bf71c06f0bd62680fc086d58c0b0a00b679608 /drivers/of/pdt.c | |
parent | 979c9d8d01c482b1befb44dc639ecb907b5a37bd (diff) |
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 'drivers/of/pdt.c')
0 files changed, 0 insertions, 0 deletions