Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144757
b: refs/heads/master
c: b98b494
h: refs/heads/master
i:
  144755: 53fb43e
v: v3
  • Loading branch information
Christoph Paasch authored and Patrick McHardy committed May 5, 2009
1 parent 8928748 commit 32f1be8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: a7ca7fccacc029958fd09985e7f3529b90ec791d
refs/heads/master: b98b4947cb79d670fceca0e951c092eea93e9baa
6 changes: 3 additions & 3 deletions trunk/net/ipv6/netfilter/ip6t_ipv6header.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ ipv6header_mt6(const struct sk_buff *skb, const struct xt_match_param *par)
struct ipv6_opt_hdr _hdr;
int hdrlen;

/* Is there enough space for the next ext header? */
if (len < (int)sizeof(struct ipv6_opt_hdr))
return false;
/* No more exthdr -> evaluate */
if (nexthdr == NEXTHDR_NONE) {
temp |= MASK_NONE;
break;
}
/* Is there enough space for the next ext header? */
if (len < (int)sizeof(struct ipv6_opt_hdr))
return false;
/* ESP -> evaluate */
if (nexthdr == NEXTHDR_ESP) {
temp |= MASK_ESP;
Expand Down

0 comments on commit 32f1be8

Please sign in to comment.