android_kernel_xiaomi_sm8350/core
gaurank kathpalia 2b6f50708a qcacld-3.0: Fix pointer dereference condition
In the API csr_roam_read_tsf, the driver assigns
pBssDescription to handoffNode.pBssDescription but
it may happen that handoffNode.pBssDescription was NULL,
which would result in a pointer dereference.

Fix is to assign pBssDescription, and perform related
operation with pBssDescription after valid check for
handoffNode.pBssDescription.

Change-Id: I2b9ff44e22aa86b1430d8a624bac2f0e50b91738
CRs-Fixed: 2259253
2018-07-03 15:16:37 -07:00
..
bmi qcacld-3.0: Abstract SDIO block size 2018-06-25 04:55:52 -07:00
cds qcacld-3.0: Add CPU mask INI option for Rx_thread affinity 2018-07-02 12:23:20 -07:00
dp qcacld-3.0: Add CDP API to set key in data path 2018-07-02 16:08:48 -07:00
hdd qcacld-3.0: OOB read while processing extscan change results 2018-07-03 13:42:14 -07:00
mac Release 5.2.0.86U 2018-07-03 13:42:15 -07:00
pld qcacld-3.0: Update soc info by structure member 2018-06-29 07:12:34 -07:00
sap qcacld-3.0: Check for beacon channel in ACS channel list correctly 2018-07-03 06:38:18 -07:00
sme qcacld-3.0: Fix pointer dereference condition 2018-07-03 15:16:37 -07:00
wma qcacld-3.0: OOB read while processing extscan change results 2018-07-03 13:42:14 -07:00