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

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

Merge "msm: ipa3: Fix to use after free issue"

parents 83a323de aa3d4753
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2327,6 +2327,7 @@ static int ipa3_lan_rx_pyld_hdlr(struct sk_buff *skb,
			IPA_STATS_DEC_CNT(ipa3_ctx->stats.rx_excp_pkts
				[IPAHAL_PKT_STATUS_EXCEPTION_NONE]);
		}
		tx_pkt = NULL;
	};

	return rc;