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

Commit 2a654075 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: Fix for null-ptr-dereference"

parents 0b70f379 d91205a3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1775,6 +1775,7 @@ static int fastrpc_init_process(struct fastrpc_file *fl,
		err = -ENOTTY;
	}
bail:
	kfree(proc_name);
	if (err && (init->flags == FASTRPC_INIT_CREATE_STATIC))
		me->staticpd_flags = 0;
	if (mem && err) {