android_kernel_xiaomi_sm8350/core
Harprit Chhabada cb9f73c8b4 qcacld-3.0: Fix possible NULL pointer issues in sme_set_plm_request()
Pointer 'req' is dereference before null check which can lead
to null pointer dereference.

Pointer 'body' is never null check after allocation of memory.
qdf_mem_malloc can return null and when pointer 'body' is
dereference, it can lead to null pointer dereference.

Change-Id: I62f26341079d4849c56f7d35d0b7c64df6b49f3b
CRs-Fixed: 2424010
2019-04-08 19:42:35 -07:00
..
bmi qcacld-3.0: bmi: Replace explicit comparison to NULL 2019-03-19 22:54:28 -07:00
cds qcacld-3.0: Multiple cleanup regarding access category 2019-04-06 00:15:56 -07:00
dp qcacld-3.0: Multiple cleanup regarding access category 2019-04-06 00:15:56 -07:00
hdd qcacld-3.0: Handle assoc IE update sent from userspace 2019-04-08 15:35:56 -07:00
mac Release 5.2.0.129V 2019-04-08 15:35:56 -07:00
pld qcacld-3.0: pld: Replace explicit comparison to NULL 2019-03-24 19:26:51 -07:00
sap qcacld-3.0: Populate CFG values in SAP module 2019-04-06 00:16:00 -07:00
sme qcacld-3.0: Fix possible NULL pointer issues in sme_set_plm_request() 2019-04-08 19:42:35 -07:00
wma qcacld-3.0: Add support to send bcast capability to firmware 2019-04-06 11:35:42 -07:00