[PATCH -next 0/5] net: Use kmemdup_array() instead of kmemdup() for multiple allocation

From: Jinjie Ruan
Date: Wed Aug 28 2024 - 03:02:29 EST


Let the kmemdup_array() take care about multiplication and possible
overflows.

Jinjie Ruan (5):
nfc: core: Use kmemdup_array() instead of kmemdup() for multiple
allocation
netfilter: Use kmemdup_array() instead of kmemdup() for multiple
allocation
netfilter: arptables: Use kmemdup_array() instead of kmemdup() for
multiple allocation
netfilter: iptables: Use kmemdup_array() instead of kmemdup() for
multiple allocation
netfilter: nf_nat: Use kmemdup_array() instead of kmemdup() for
multiple allocation

net/bridge/netfilter/ebtables.c | 2 +-
net/ipv4/netfilter/arp_tables.c | 2 +-
net/ipv4/netfilter/ip_tables.c | 2 +-
net/netfilter/nf_nat_core.c | 2 +-
net/nfc/core.c | 5 ++---
5 files changed, 6 insertions(+), 7 deletions(-)

--
2.34.1