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

Commit e4466399 authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller
Browse files

[NETFILTER]: Missing unlock in TCP connection tracking error path

parent 49719eb3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -349,6 +349,7 @@ static int tcp_to_nfattr(struct sk_buff *skb, struct nfattr *nfa,
	return 0;

nfattr_failure:
	read_unlock_bh(&tcp_lock);
	return -1;
}
#endif