RE: [PATCH v1] net/ice: fix format overflow warning for meson build

2022-10-19 Thread Zhang, Qi Z
> -Original Message- > From: Yang, SteveX > Sent: Thursday, October 20, 2022 11:21 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Yang, SteveX > Subject: [PATCH v1] net/ice: fix format overflow warning for meson build > > ‘__builtin___sprintf_c

[PATCH v1] net/ice: fix format overflow warning for meson build

2022-10-19 Thread Steve Yang
‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Werror=format-overflow=] Enlarge string size to avoid this warning. Fixes: f2a3245e7aec ("net/ice: support ddp dump switch rule binary") Signed-off-by: Steve Yang --- drivers/net/ice/ice_ddp_package.c | 2 +