Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184185
b: refs/heads/master
c: 1756de2
h: refs/heads/master
i:
  184183: f4e686b
v: v3
  • Loading branch information
Florian Westphal authored and Patrick McHardy committed Feb 15, 2010
1 parent 600f7e4 commit 953663f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ef00f89f1eb7e056aab9dfe068521e6f2320c94a
refs/heads/master: 1756de262e41112a8a8927808eb2f03d21fd4786
2 changes: 2 additions & 0 deletions trunk/net/bridge/netfilter/ebtables.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,8 @@ static int ebt_verify_pointers(const struct ebt_replace *repl,
break;
if (left < e->next_offset)
break;
if (e->next_offset < sizeof(struct ebt_entry))
return -EINVAL;
offset += e->next_offset;
}
}
Expand Down

0 comments on commit 953663f

Please sign in to comment.