From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: fix check for default plugin directory Date: Tue, 07 Nov 2017 01:23:04 +0100 Message-ID: <4881266.4nls0oHuVh@xps> References: <20171106135800.12350-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Aaron Conole To: Bruce Richardson Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id D4C1E1B26D for ; Tue, 7 Nov 2017 01:23:06 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 06/11/2017 21:36, Aaron Conole: > Bruce Richardson writes: > > > The check for the existence of the default plugin directory calls stat > > using an incorrect variable, which will cause a NULL pointer dereference > > error. > > > > Coverity issue: 198440 > > Fixes: d6a4399cdfc9 ("eal: avoid error for non-existent default PMD path") > > > > Signed-off-by: Bruce Richardson > > Acked-by: Aaron Conole Applied, thanks