Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43479e34 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: hdmi: fix uninitialized pointer issue in HDCP driver"

parents f5ac8f2f 0c82d611
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1193,7 +1193,7 @@ static void hdcp_lib_msg_recvd(struct hdcp_lib_handle *handle)
	struct hdcp_rcvd_msg_req *req_buf;
	struct hdcp_rcvd_msg_rsp *rsp_buf;
	uint32_t msglen;
	char *msg;
	char *msg = NULL;

	if (!handle || !handle->qseecom_handle ||
		!handle->qseecom_handle->sbuf) {