Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377379
b: refs/heads/master
c: b396966
h: refs/heads/master
i:
  377377: 3cecd41
  377375: 1fb4f79
v: v3
  • Loading branch information
Phil Oester authored and Pablo Neira Ayuso committed Jun 12, 2013
1 parent 27d3311 commit 02f2107
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 70d19f805f8c047fc0a28dec9306b3773971c8d9
refs/heads/master: b396966c4688522863572927cb30aa874b3ec504
4 changes: 4 additions & 0 deletions trunk/net/netfilter/xt_TCPMSS.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ tcpmss_mangle_packet(struct sk_buff *skb,
u16 newmss;
u8 *opt;

/* This is a fragment, no TCP header is available */
if (par->fragoff != 0)
return XT_CONTINUE;

if (!skb_make_writable(skb, skb->len))
return -1;

Expand Down

0 comments on commit 02f2107

Please sign in to comment.