Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132527
b: refs/heads/master
c: d1238d5
h: refs/heads/master
i:
  132525: d5cf2be
  132523: cc1f58f
  132519: 71bc6c1
  132511: d9bb68e
v: v3
  • Loading branch information
Christoph Paasch authored and Patrick McHardy committed Mar 16, 2009
1 parent cb4e6bc commit 8ef94cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: ec8d540969da9a70790e9028d57b5b577dd7aa77
refs/heads/master: d1238d5337e8e53cddea77c2a26d26b6eb5a982f
8 changes: 4 additions & 4 deletions trunk/net/ipv6/netfilter/nf_conntrack_reasm.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,14 +528,14 @@ find_prev_fhdr(struct sk_buff *skb, u8 *prevhdrp, int *prevhoff, int *fhoff)
if (!ipv6_ext_hdr(nexthdr)) {
return -1;
}
if (len < (int)sizeof(struct ipv6_opt_hdr)) {
pr_debug("too short\n");
return -1;
}
if (nexthdr == NEXTHDR_NONE) {
pr_debug("next header is none\n");
return -1;
}
if (len < (int)sizeof(struct ipv6_opt_hdr)) {
pr_debug("too short\n");
return -1;
}
if (skb_copy_bits(skb, start, &hdr, sizeof(hdr)))
BUG();
if (nexthdr == NEXTHDR_AUTH)
Expand Down

0 comments on commit 8ef94cd

Please sign in to comment.