Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: replace strncpy with strlcpy

2018-05-09 Thread Bruce Richardson
On Wed, May 09, 2018 at 12:35:27PM +0100, Reshma Pattan wrote: > Use strlcpy instead of strncpy. > > Fixes: 0d547ed037 ("examples/ipsec-secgw: support configuration file") > Fixes: 07b156199f ("examples/ipsec-secgw: fix configuration string > termination") > Fixes: a1469c319f ("examples/ipsec-sec

[dpdk-dev] [PATCH] examples/ipsec-secgw: replace strncpy with strlcpy

2018-05-09 Thread Reshma Pattan
Use strlcpy instead of strncpy. 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 Sign