[PATCH v4 5/8] test: fix format overflow warning in ACL test
Burakov, Anatoly
anatoly.burakov at intel.com
Fri Nov 21 13:06:56 CET 2025
On 11/20/2025 5:55 PM, Stephen Hemminger wrote:
> This test has an array of input lines, but the two dimensional
> array confuses compiler length checks. Convert to an array
> of pointers to fixed strings which avoids the problem.
> Make both variables static since not shared with other code.
>
> Fixes: 5205954791cb ("app/test: packet framework unit tests")
> Cc: stable at dpdk.org
> Cc: cristian.dumitrescu at intel.com
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---
Acked-by: Anatoly Burakov <anatoly.burakov at intel.com>
--
Thanks,
Anatoly
More information about the dev
mailing list