Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278339
b: refs/heads/master
c: fdf5af0
h: refs/heads/master
i:
  278337: 35797c3
  278335: 2792e99
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Dec 4, 2011
1 parent ad606a2 commit 3dcc2f0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 78a8a36fe0b2cee5a0a7360107815cbcad5b4003
refs/heads/master: fdf5af0daf8019cec2396cdef8fb042d80fe71fa
2 changes: 2 additions & 0 deletions trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -5811,6 +5811,8 @@ int tcp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
goto discard;

if (th->syn) {
if (th->fin)
goto discard;
if (icsk->icsk_af_ops->conn_request(sk, skb) < 0)
return 1;

Expand Down

0 comments on commit 3dcc2f0

Please sign in to comment.