| Submitter | Andy Whitcroft |
|---|---|
| Date | July 26, 2011, 6:51 p.m. |
| Message ID | <1311706281-14238-2-git-send-email-apw@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/106910/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/net/bridge/netfilter/ebtables.c b/net/bridge/netfilter/ebtables.c index d575e27..fd87185 100644 --- a/net/bridge/netfilter/ebtables.c +++ b/net/bridge/netfilter/ebtables.c @@ -946,6 +946,8 @@ static int do_replace(void __user *user, unsigned int len) if (tmp.num_counters >= INT_MAX / sizeof(struct ebt_counter)) return -ENOMEM; + tmp.name[sizeof(tmp.name) - 1] = 0; + countersize = COUNTER_OFFSET(tmp.nentries) * nr_cpu_ids; newinfo = vmalloc(sizeof(*newinfo) + countersize); if (!newinfo)