af_xdp: Backport xdp-tools fix transposed calloc() arguments 13/40213/6
authornucleo <alekcejk@googlemail.com>
Thu, 18 Jan 2024 14:48:35 +0000 (16:48 +0200)
committerBeno�t Ganne <bganne@cisco.com>
Fri, 19 Jan 2024 08:39:46 +0000 (08:39 +0000)
commitca75cd83b51895e94326117cf116c5d25e6c77da
treefd0eb0ac7675b9a38bbc22f0663dd020676d39c6
parent77caeb1b193404e76beb27a1aa81321e8eb1cf1f
af_xdp: Backport xdp-tools fix transposed calloc() arguments

Fixes compilation error with GCC 14

'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument

Type: fix

Change-Id: Ie328ecc711976547df2cffe17325b786bc7a8849
Signed-off-by: nucleo <alekcejk@googlemail.com>
build/external/patches/xdp-tools_1.2.9/0004-Fix-transposed-calloc-arguments.patch [new file with mode: 0644]