[NETFILTER]: Missing unlock in TCP connection tracking error path
authorPatrick McHardy <kaber@trash.net>
Tue, 6 Sep 2005 22:11:10 +0000 (15:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Sep 2005 22:11:10 +0000 (15:11 -0700)
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ip_conntrack_proto_tcp.c

index f23ef1f..1985abc 100644 (file)
@@ -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