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: [email protected] Cc: [email protected] Signed-off-by: Stephen Hemminger <[email protected]> ---
Acked-by: Anatoly Burakov <[email protected]> -- Thanks, Anatoly

