From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pdump: close client socket Date: Sun, 10 Jul 2016 15:01:26 +0200 Message-ID: <1836714.9pJ7itE6CL@xps13> References: <1467649049-22275-1-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" To: "Pattan, Reshma" Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 6F6B8FE5 for ; Sun, 10 Jul 2016 15:01:28 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id f126so63091711wma.1 for ; Sun, 10 Jul 2016 06:01:28 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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