Merge "qcacmn: Check to validate wmi tartget_type"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
b47e07d77e
@@ -2193,6 +2193,10 @@ void *wmi_unified_attach(void *scn_handle,
|
|||||||
param->rx_ops->wma_process_fw_event_handler_cbk;
|
param->rx_ops->wma_process_fw_event_handler_cbk;
|
||||||
wmi_handle->target_type = param->target_type;
|
wmi_handle->target_type = param->target_type;
|
||||||
soc->target_type = param->target_type;
|
soc->target_type = param->target_type;
|
||||||
|
|
||||||
|
if (param->target_type >= WMI_MAX_TARGET_TYPE)
|
||||||
|
goto error;
|
||||||
|
|
||||||
if (wmi_attach_register[param->target_type]) {
|
if (wmi_attach_register[param->target_type]) {
|
||||||
wmi_attach_register[param->target_type](wmi_handle);
|
wmi_attach_register[param->target_type](wmi_handle);
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user