From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CEEC8267D8; Mon, 6 Nov 2017 20:36:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com CEEC8267D8 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=aconole@redhat.com Received: from dhcp-25-97.bos.redhat.com (ovpn-124-80.rdu2.redhat.com [10.10.124.80]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 00C9E5EDE0; Mon, 6 Nov 2017 20:36:51 +0000 (UTC) From: Aaron Conole To: Bruce Richardson Cc: dev@dpdk.org References: <20171106135800.12350-1-bruce.richardson@intel.com> Date: Mon, 06 Nov 2017 15:36:46 -0500 In-Reply-To: <20171106135800.12350-1-bruce.richardson@intel.com> (Bruce Richardson's message of "Mon, 6 Nov 2017 13:58:00 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Mon, 06 Nov 2017 20:36:52 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH] eal: fix check for default plugin directory X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2017 20:36:53 -0000 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. ;)