Pallantla Poornima <pallantlax.poorn...@intel.com> 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: sta...@dpdk.org > > Signed-off-by: Pallantla Poornima <pallantlax.poorn...@intel.com> > --- > v2: Used strlcat to avoid buffer overflow. > ---
LGTM. Reviewed-by: Aaron Conole <acon...@redhat.com>