25/03/2019 16:11, Hunt, David: > On 14/2/2019 9:45 AM, Pallantla Poornima wrote: > > sprintf function is not secure as it doesn't check the length of string. > > replaced sprintf with strlcpy. > > > > Fixes: f74df2c57e ("test/distributor: test single and burst API") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Pallantla Poornima <pallantlax.poorn...@intel.com> > > --- > > v2: Addressed review comment to replace snprintf to strlcpy. > > --- > > Acked-by: David Hunt <david.h...@intel.com>
Applied, thanks