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

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

Merge "msm: gvmq: avoid uninitialized access for data member"

parents eb3869c6 f30b020e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@ static int apr_vm_nb_receive(int32_t handle, void *dest_buff,

static int apr_vm_cb_process_evt(char *buf, int len)
{
	struct apr_client_data data;
	struct apr_client_data data = {0,};
	struct apr_client *apr_client;
	struct apr_svc *c_svc;
	struct apr_hdr *hdr;