[PATCH v2] app/test: fix stack overflow in lpm6_perf_autotest

Stephen Hemminger stephen at networkplumber.org
Fri Dec 13 18:15:40 CET 2024


On Fri, 13 Dec 2024 09:08:22 -0800
Andre Muezerie <andremue at linux.microsoft.com> wrote:

> +	struct rte_ipv6_addr *ip_batch =
> +			(struct rte_ipv6_addr *)rte_malloc("ip_batch",
> +			sizeof(struct rte_ipv6_addr) * NUM_IPS_ENTRIES, 0

Cast is not needed here.
If you are going to allocate an array, use calloc() or rte_calloc()


More information about the dev mailing list