From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/1] kni: fix segfault in rte_kni_get Date: Thu, 09 Aug 2018 11:52:50 +0200 Message-ID: <4223331.0Nv2OPR71a@xps> References: <20180628225838.22732-1-dg@adax.com> <06159420-4fdf-738f-3976-60cd8f8d69a0@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , marc.sune@bisdn.de, stable@dpdk.org To: Dan Gora Return-path: In-Reply-To: <06159420-4fdf-738f-3976-60cd8f8d69a0@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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