Re: [dpdk-dev] [PATCH 0/5] clean up snprintf use for string copying

2019-04-04 Thread Thomas Monjalon
03/04/2019 16:45, Bruce Richardson: > There are quite a few instances remaining in DPDK where snprintf is being > used for string copying. These were not being picked up by our existing > coccinelle script, but that can be fixed by editing the script and running > it against our code. In the proces

Re: [dpdk-dev] [PATCH 0/5] clean up snprintf use for string copying

2019-04-03 Thread Stephen Hemminger
On Wed, 3 Apr 2019 14:57:49 + "Wiles, Keith" wrote: > > On Apr 3, 2019, at 9:45 AM, Bruce Richardson > > wrote: > > > > There are quite a few instances remaining in DPDK where snprintf is being > > used for string copying. These were not being picked up by our existing > > coccinelle scrip

Re: [dpdk-dev] [PATCH 0/5] clean up snprintf use for string copying

2019-04-03 Thread Bruce Richardson
On Wed, Apr 03, 2019 at 03:57:49PM +0100, Wiles, Keith wrote: > > > > On Apr 3, 2019, at 9:45 AM, Bruce Richardson > > wrote: > > > > There are quite a few instances remaining in DPDK where snprintf is being > > used for string copying. These were not being picked up by our existing > > coccin

Re: [dpdk-dev] [PATCH 0/5] clean up snprintf use for string copying

2019-04-03 Thread Wiles, Keith
> On Apr 3, 2019, at 9:45 AM, Bruce Richardson > wrote: > > There are quite a few instances remaining in DPDK where snprintf is being > used for string copying. These were not being picked up by our existing > coccinelle script, but that can be fixed by editing the script and running > it aga