> -----Original Message----- > From: Yang, SteveX <stevex.y...@intel.com> > Sent: Thursday, October 20, 2022 11:21 AM > To: dev@dpdk.org > Cc: Yang, Qiming <qiming.y...@intel.com>; Zhang, Qi Z > <qi.z.zh...@intel.com>; Yang, SteveX <stevex.y...@intel.com> > Subject: [PATCH v1] net/ice: fix format overflow warning for meson build > > ‘__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 <stevex.y...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com> Squashed into below patch on dpdk-next-net-intel. https://patchwork.dpdk.org/project/dpdk/patch/20221018064736.1727193-1-stevex.y...@intel.com/ Thanks Qi