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

Commit b97de21c 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 kmemleak error in TIME_WAIT sockets"

parents 7e90e928 5e8e1707
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1615,7 +1615,6 @@ static struct sock *qtaguid_find_sk(const struct sk_buff *skb,
		 * "struct inet_timewait_sock" which is missing fields.
		 */
		if (sk->sk_state  == TCP_TIME_WAIT) {
			if (sk != skb->sk)
			sock_gen_put(sk);
			sk = NULL;
		}