Pallantla Poornima <[email protected]> writes: > sprintf function is not secure as it doesn't check the length of string. > More secure function strlcat is used. > > Fixes: 727909c592 ("app/test: introduce dynamic commands list") > Cc: [email protected] > > Signed-off-by: Pallantla Poornima <[email protected]> > --- > v2: Used strlcat to avoid buffer overflow. > ---
LGTM. Reviewed-by: Aaron Conole <[email protected]>

