|
@@ -1467,10 +1467,6 @@ do_time_wait:
|
|
|
|
|
|
tcp_v6_fill_cb(skb, hdr, th);
|
|
tcp_v6_fill_cb(skb, hdr, th);
|
|
|
|
|
|
- if (skb->len < (th->doff<<2)) {
|
|
|
|
- inet_twsk_put(inet_twsk(sk));
|
|
|
|
- goto bad_packet;
|
|
|
|
- }
|
|
|
|
if (tcp_checksum_complete(skb)) {
|
|
if (tcp_checksum_complete(skb)) {
|
|
inet_twsk_put(inet_twsk(sk));
|
|
inet_twsk_put(inet_twsk(sk));
|
|
goto csum_error;
|
|
goto csum_error;
|