Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14152
b: refs/heads/master
c: 3746a2b
h: refs/heads/master
v: v3
  • Loading branch information
KOVACS Krisztian authored and David S. Miller committed Nov 14, 2005
1 parent 009e0bb commit cad92fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 56558208521729fa6b2a0f12df22e1569dee297a
refs/heads/master: 3746a2b1402e7933c7f1eabdce384b8454dc2ef7
6 changes: 6 additions & 0 deletions trunk/net/netfilter/nf_conntrack_proto_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,12 @@ static int tcp_packet(struct nf_conn *conntrack,
conntrack->timeout.function((unsigned long)
conntrack);
return -NF_REPEAT;
} else {
write_unlock_bh(&tcp_lock);
if (LOG_INVALID(IPPROTO_TCP))
nf_log_packet(pf, 0, skb, NULL, NULL,
NULL, "nf_ct_tcp: invalid SYN");
return -NF_ACCEPT;
}
case TCP_CONNTRACK_CLOSE:
if (index == TCP_RST_SET
Expand Down

0 comments on commit cad92fe

Please sign in to comment.