> -----Original Message----- > From: stable [mailto:[email protected]] On Behalf Of Reshma Pattan > Sent: Wednesday, May 9, 2018 5:11 PM > To: [email protected] > Cc: Richardson, Bruce <[email protected]>; [email protected]; Zhang, > Roy Fan <[email protected]>; Pattan, Reshma > <[email protected]> > Subject: [dpdk-stable] [PATCH v3] examples/ipsec-secgw: replace strncpy with > strlcpy > > 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: [email protected] > CC: Zhang,Roy Fan <[email protected]> > > Signed-off-by: Reshma Pattan <[email protected]>
Acked-by: Pablo de Lara <[email protected]>

