Re: [PATCH net 1/7] netfilter: flowtable: fix NAT IPv6 offload mangling

2021-04-12 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Tue, 13 Apr 2021 00:30:53 +0200 you wrote: > Fix out-of-bound access in the address array. > > Fixes: 5c27d8d76ce8 ("netfilter: nf_flow_table_offload: add IPv6 support") > Signed-off-by: Pablo Neira Ayuso > --- > net/netf

[PATCH net 1/7] netfilter: flowtable: fix NAT IPv6 offload mangling

2021-04-12 Thread Pablo Neira Ayuso
Fix out-of-bound access in the address array. Fixes: 5c27d8d76ce8 ("netfilter: nf_flow_table_offload: add IPv6 support") Signed-off-by: Pablo Neira Ayuso --- net/netfilter/nf_flow_table_offload.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/netfilter/nf_flow_tabl