* [NETFILTER 8/8]: Missing unlock in TCP connection tracking error path
@ 2005-09-06 17:55 Patrick McHardy
0 siblings, 0 replies; only message in thread
From: Patrick McHardy @ 2005-09-06 17:55 UTC (permalink / raw)
To: David S. Miller; +Cc: Netfilter Development Mailinglist
[-- Attachment #1: 08.diff --]
[-- Type: text/x-patch, Size: 866 bytes --]
[NETFILTER]: Missing unlock in TCP connection tracking error path
Signed-off-by: Patrick McHardy <kaber@trash.net>
---
commit 74429d5859618a299a503db33160f27b37956bc5
tree ef0f565b47798d08ffd517c05ec6da4bdbed2acf
parent d6a220e261a31f34b644112192cc2d86278ee326
author Patrick McHardy <kaber@trash.net> Sun, 04 Sep 2005 20:07:33 +0200
committer Patrick McHardy <kaber@trash.net> Sun, 04 Sep 2005 20:07:33 +0200
net/ipv4/netfilter/ip_conntrack_proto_tcp.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/net/ipv4/netfilter/ip_conntrack_proto_tcp.c b/net/ipv4/netfilter/ip_conntrack_proto_tcp.c
--- a/net/ipv4/netfilter/ip_conntrack_proto_tcp.c
+++ b/net/ipv4/netfilter/ip_conntrack_proto_tcp.c
@@ -349,6 +349,7 @@ static int tcp_to_nfattr(struct sk_buff
return 0;
nfattr_failure:
+ read_unlock_bh(&tcp_lock);
return -1;
}
#endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-09-06 17:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-06 17:55 [NETFILTER 8/8]: Missing unlock in TCP connection tracking error path Patrick McHardy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.