From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E935520CD4; Mon, 6 Nov 2017 19:23:05 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 06 Nov 2017 19:23:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=VuqwSHLw3T+MkygIOp/IS2q00Y KQluiV01pwq53qmeo=; b=IQ9jkSBKaKYgClyLjY0LcV8ups3ckQEdiSvTxpwMOw njcxJSfzrC8Remk+Gd+ly3pNmaK8L71kdKVjYdXxMk1RDX3q9k6qWDGxnZZFF0if IRai/bP4RfYVd01AnVoj6IbUHSLr0dEmwbwTEjOysqVuE9Qp8ClfTawGBt/TR55+ g= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=VuqwSH Lw3T+MkygIOp/IS2q00YKQluiV01pwq53qmeo=; b=B+tHJgrsUm8zhESLTYZE9h UBgY9Dyl/+3wEnwqcoBjQLkQaReU0Slfwz5tCUahx5UFpeoKC/ULDbjXMiZu/OC+ HfRmvwN3KC/0u3vJXiFvM98Rlp7H69pcZ/aUt1z2VA6xbnIERzgcrmQFJR+fivFj fiJESjhgQTyGOtrtqcjEQi/Z1G0nNBshfeMzM8lu6p7CKyZYd2e6wJpb3DvztRvE zXK0WIHGMSjLyatEhz/wJHet0+lzu8UK57RVsKkoBkvqQrrkRIsOHHQPBDYo7IL6 gxMuk3o7PZbjyWHeCeL7f/Js6lx6cS1+6cT9m0lROAKzLX8IbLZhlrcX9EyWAgwQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id A7DE4242CF; Mon, 6 Nov 2017 19:23:05 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, Aaron Conole Date: Tue, 07 Nov 2017 01:23:04 +0100 Message-ID: <4881266.4nls0oHuVh@xps> In-Reply-To: References: <20171106135800.12350-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Tue, 07 Nov 2017 00:23:08 -0000 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