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

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

Merge "msm: adsprpc: Handle NULL pointer dereference"

parents 6725d714 81a0aa73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1723,7 +1723,7 @@ static int fastrpc_init_process(struct fastrpc_file *fl,
			goto bail;

		inbuf.pgid = current->tgid;
		inbuf.namelen = strlen(proc_name)+1;
		inbuf.namelen = init->filelen;
		inbuf.pageslen = 0;
		if (!me->staticpd_flags) {
			inbuf.pageslen = 1;