[dpdk-dev] [PATCH] pdump: close client socket

2016-07-10 Thread Thomas Monjalon
> > Close the client socket before returning on error. > > > > Coverity issue: 127555 > > > > Fixes: f3c1829130ac ("pdump: check missing home environment variable") > > > > Signed-off-by: Reshma Pattan > > Acked-by: John McNamara Applied, thanks

[dpdk-dev] [PATCH] pdump: close client socket

2016-07-04 Thread Reshma Pattan
Close the client socket before returning on error. Coverity issue: 127555 Fixes: f3c1829130ac ("pdump: check missing home environment variable") Signed-off-by: Reshma Pattan --- lib/librte_pdump/rte_pdump.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[dpdk-dev] [PATCH] pdump: close client socket

2016-07-04 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Reshma Pattan > Sent: Monday, July 4, 2016 5:17 PM > To: dev at dpdk.org > Cc: Pattan, Reshma > Subject: [dpdk-dev] [PATCH] pdump: close client socket > > Close the client socket b