Message ID | 20231010145343.12551-3-fw@strlen.de (mailing list archive) |
---|---|
State | Accepted |
Commit | 30fa41a0f6df4c85790cc6499ddc4a926a113bfa |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next,1/8] netfilter: nf_tables: Always allocate nft_rule_dump_ctx | expand |
diff --git a/net/netfilter/nf_tables_api.c b/net/netfilter/nf_tables_api.c index ea30bee41a6e..cd3c7dd15530 100644 --- a/net/netfilter/nf_tables_api.c +++ b/net/netfilter/nf_tables_api.c @@ -3465,10 +3465,6 @@ static int __nf_tables_dump_rules(struct sk_buff *skb, goto cont_skip; if (*idx < s_idx) goto cont; - if (*idx > s_idx) { - memset(&cb->args[1], 0, - sizeof(cb->args) - sizeof(cb->args[0])); - } if (prule) handle = prule->handle; else