> > Use strlcpy instead of strncpy. > > Use strcpy where boundchecks on destination is not needed. > > > > Fixes: 0d547ed037 ("examples/ipsec-secgw: support configuration file") > > Fixes: 07b156199f ("examples/ipsec-secgw: fix configuration string > > termination") > > Fixes: a1469c319f ("examples/ipsec-secgw: fix configuration parsing") > > Cc: sta...@dpdk.org > > CC: Zhang,Roy Fan <roy.fan.zh...@intel.com> > > > > Signed-off-by: Reshma Pattan <reshma.pat...@intel.com> > > Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>
Applied, thanks