From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Conole Subject: Re: [PATCH] eal: fix check for default plugin directory Date: Mon, 06 Nov 2017 15:36:46 -0500 Message-ID: References: <20171106135800.12350-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 829591B21D for ; Mon, 6 Nov 2017 21:36:53 +0100 (CET) In-Reply-To: <20171106135800.12350-1-bruce.richardson@intel.com> (Bruce Richardson's message of "Mon, 6 Nov 2017 13:58:00 +0000") List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 Glad I checked the list before going after this one. ;)