Acked-by: Chengwen Feng <[email protected]> On 6/9/2026 11:53 PM, Stephen Hemminger wrote: > The tailq name is defined as 32 bytes, but name would be > silently truncated at 31 bytes. The function strlcpy() size > already accounts for the nul character at the end.
nul -> NUL
>
>
> Fixes: f9acaf84e923 ("replace snprintf with strlcpy without adding extra
> include")
> Cc: [email protected]
>
> Signed-off-by: Stephen Hemminger <[email protected]>

