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

Commit 6cad9bde authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: Null pointer check before accessing IMP pointer"

parents f70d10a0 bab1a1f5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1008,6 +1008,9 @@ void imp_handle_modem_shutdown(void)
{
	IMP_FUNC_ENTRY();

	if (!imp_ctx)
		return;

	mutex_lock(&imp_ctx->mutex);

	if (imp_ctx->state == IMP_INVALID) {