From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 1/1] kni: fix segfault in rte_kni_get Date: Thu, 9 Aug 2018 10:44:32 +0100 Message-ID: <06159420-4fdf-738f-3976-60cd8f8d69a0@intel.com> References: <20180628225838.22732-1-dg@adax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, marc.sune@bisdn.de To: Dan Gora Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 8C17D2661 for ; Thu, 9 Aug 2018 11:44:35 +0200 (CEST) In-Reply-To: <20180628225838.22732-1-dg@adax.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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