Re: [dpdk-dev] [PATCH] test/eventdev: fix sprintf with snprintf

2019-03-12 Thread Aaron Conole
9 2:50 AM >>>To: Poornima, PallantlaX >>>Cc: dev@dpdk.org; Pattan, Reshma ; Rao, Nikhil >>>; sta...@dpdk.org >>>Subject: Re: [dpdk-dev] [PATCH] test/eventdev: fix sprintf with >>>snprintf >>> >>>Pallantla Poornima writes: >>> >&g

Re: [dpdk-dev] [PATCH] test/eventdev: fix sprintf with snprintf

2019-03-12 Thread Parthasarathy, JananeeX M
Hi >-Original Message- >From: Parthasarathy, JananeeX M >Sent: Tuesday, February 19, 2019 6:33 PM >To: Aaron Conole ; Poornima, PallantlaX > >Cc: dev@dpdk.org; Pattan, Reshma ; Rao, Nikhil >; sta...@dpdk.org >Subject: RE: [dpdk-dev] [PATCH] test/eventdev: f

Re: [dpdk-dev] [PATCH] test/eventdev: fix sprintf with snprintf

2019-02-08 Thread Aaron Conole
Pallantla Poornima writes: > sprintf function is not secure as it doesn't check the length of string. > More secure function snprintf is used. > > Fixes: 2a9c83ae3b ("test/eventdev: add multi-ports test") > Cc: sta...@dpdk.org > > Signed-off-by: Pallantla Poornima > --- > test/test/test_event_e

[dpdk-dev] [PATCH] test/eventdev: fix sprintf with snprintf

2019-02-06 Thread Pallantla Poornima
sprintf function is not secure as it doesn't check the length of string. More secure function snprintf is used. Fixes: 2a9c83ae3b ("test/eventdev: add multi-ports test") Cc: sta...@dpdk.org Signed-off-by: Pallantla Poornima --- test/test/test_event_eth_rx_adapter.c | 3 ++- 1 file changed, 2 in