From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 9DADC2C5; Thu, 9 Aug 2018 11:52:53 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D1D6621A21; Thu, 9 Aug 2018 05:52:52 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 09 Aug 2018 05:52:52 -0400 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=K91ih3WECiK6EuOB7AU2hb+R8O hf+ZQTYZxuYFPemXA=; b=SuNiXPskR6USToZ98oiGLyDNJ9rMkeE0l9cLoOU60G JquBEAp2XP+joBMsyPgBu+voalJEpEK5nPmLMFnufkJ3hMzyIYsXEFuEkIiLop+I FleCndb8uXNgDBqExKnXQ1b1MJR50v0WwibK5UE/wuerzZYuB0zTDQ41v/qGuZfB I= 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=fm3; bh=K91ih3 WECiK6EuOB7AU2hb+R8Ohf+ZQTYZxuYFPemXA=; b=q1kVcFQmX9IoK02gA8eBJ1 cLycyxuo0tPhHrXym5xAGS7FQEYgiCClseVGoM4zp86xjOahLM2l9SBPtlsWEXNh c19kWfJFvFT4Idpu61u8hRXtuX0bVISjlnTgxZAKd5b1H7FJjGjjo3a8OgehJTi/ rSFaJAQKDVoXJho/aPIPNfEjaDnaG9s7XCjZx9ar2HxQHF2ajNd55FHPIk/Jsz3G p0usi1Tf8cACq+v3ObkzqXJGqT+03HLsS32XxEX4kbZZlULHYnnwzvIETaIW/tM2 iY6lubG1ugcXWjHGSP2nuRH3t6dPeIMDdq4Z7EutvBujRKWGaJIAH/dik2NNalRw == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id A7A8C10261; Thu, 9 Aug 2018 05:52:51 -0400 (EDT) From: Thomas Monjalon To: Dan Gora Cc: dev@dpdk.org, Ferruh Yigit , marc.sune@bisdn.de, stable@dpdk.org Date: Thu, 09 Aug 2018 11:52:50 +0200 Message-ID: <4223331.0Nv2OPR71a@xps> In-Reply-To: <06159420-4fdf-738f-3976-60cd8f8d69a0@intel.com> References: <20180628225838.22732-1-dg@adax.com> <06159420-4fdf-738f-3976-60cd8f8d69a0@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/1] kni: fix segfault in rte_kni_get 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: Thu, 09 Aug 2018 09:52:53 -0000 09/08/2018 11:44, Ferruh Yigit: > On 6/28/2018 11:58 PM, Dan Gora wrote: > > Fix a segmentation fault which occurs when the kni_autotest is run > > in the 'test' application. > > > > This segmenation fault occurs when rte_kni_get() is called with a > > NULL value for 'name'. > > > > Fixes: 0c6bc8ef70ba ("kni: memzone pool for alloc and release") > > Cc: marc.sune@bisdn.de > > > > Signed-off-by: Dan Gora > > Acked-by: Ferruh Yigit Cc: stable@dpdk.org Applied, thanks