Re: [dpdk-dev] [PATCH] net/softnic: fix illegal memory access

2018-07-16 Thread Singh, Jasvinder
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Singh, Jasvinder > Sent: Monday, July 16, 2018 6:26 PM > To: Dumitrescu, Cristian ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/softnic: fix illegal memory access > > > &

Re: [dpdk-dev] [PATCH] net/softnic: fix illegal memory access

2018-07-16 Thread Singh, Jasvinder
> -Original Message- > From: Dumitrescu, Cristian > Sent: Monday, July 16, 2018 5:04 PM > To: Singh, Jasvinder ; dev@dpdk.org > Subject: RE: [PATCH] net/softnic: fix illegal memory access > > > > > -Original Message- > > From: Singh, Jasvinder > > Sent: Monday, July 16, 2018 1

Re: [dpdk-dev] [PATCH] net/softnic: fix illegal memory access

2018-07-16 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Monday, July 16, 2018 1:42 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] net/softnic: fix illegal memory access > > Fix pointer dereferencing and read after free (USE_AFTER_FREE). > > Coverity issue: 302867 >

[dpdk-dev] [PATCH] net/softnic: fix illegal memory access

2018-07-16 Thread Jasvinder Singh
Fix pointer dereferencing and read after free (USE_AFTER_FREE). Coverity issue: 302867 Fixes: bef50bcb1c47 ("net/softnic: implement start and stop") Signed-off-by: Jasvinder Singh --- drivers/net/softnic/rte_eth_softnic_swq.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff -