summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPragaspathi Thilagaraj <tpragasp@codeaurora.org>2018-10-08 18:52:10 +0530
committernshrivas <nshrivas@codeaurora.org>2018-10-11 07:38:29 -0700
commit98083231e5f4f6a4bcc8ac5181c03a53e128978d (patch)
treee5cf18211db3f9af0551c600464e03331058c800 /tools/perf/scripts/python
parent85a991c3ea49dbcf547ac4f43cd629b16c6f5e45 (diff)
qcacld-3.0: Fix NULL pointer dereference in csr_roam_chk_lnk_swt_ch_ind
In the functioncsr_roam_chk_lnk_swt_ch_ind(), newChannelId is updated to session->pConnectBssDesc->channelId and pConnectBssDesc->ieFields is passed to wlan_cfg_get_ie_ptr(). the parameters of pConnectBssDesc are accessed without validating pConnectBssDesc. This can result in possible null pointer dereference. Validate the session->pConnectBssDesc before access. Change-Id: I45f2c090cea90052f91d678f1bacd1411c4b9496 CRs-Fixed: 2329317
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions