Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45784
b: refs/heads/master
c: fb7e239
h: refs/heads/master
v: v3
  • Loading branch information
Masayuki Nakagawa authored and David S. Miller committed Jan 24, 2007
1 parent 9f30654 commit a8a0227
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a6c7ab55dda3e16ab5a3cf6f39585aee5876ac3a
refs/heads/master: fb7e2399ec17f1004c0e0ccfd17439f8759ede01
6 changes: 4 additions & 2 deletions trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -4420,9 +4420,11 @@ int tcp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
* But, this leaves one open to an easy denial of
* service attack, and SYN cookies can't defend
* against this problem. So, we drop the data
* in the interest of security over speed.
* in the interest of security over speed unless
* it's still in use.
*/
goto discard;
kfree_skb(skb);
return 0;
}
goto discard;

Expand Down

0 comments on commit a8a0227

Please sign in to comment.