Unverified Commit 5dcea8cf authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!10132 wifi: ath12k: fix out-of-bound access of qmi_invoke_handler()

parents 57733053 bb5c3369
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2935,6 +2935,9 @@ static const struct qmi_msg_handler ath12k_qmi_msg_handlers[] = {
		.decoded_size = sizeof(struct qmi_wlanfw_fw_ready_ind_msg_v01),
		.fn = ath12k_qmi_msg_fw_ready_cb,
	},

	/* end of list */
	{},
};

static int ath12k_qmi_ops_new_server(struct qmi_handle *qmi_hdl,