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

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

Merge "xt_qtaguid: Fix panic caused by synack processing"

parents 598f95ba 52d2c42b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1689,7 +1689,7 @@ static bool qtaguid_mt(const struct sk_buff *skb, struct xt_action_param *par)
	/* default: Fall through and do UID releated work */
	}

	sk = skb->sk;
	sk = skb_to_full_sk(skb);
	/*
	 * When in TCP_TIME_WAIT the sk is not a "struct sock" but
	 * "struct inet_timewait_sock" which is missing fields.