From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] cryptodev: fix crash on null dereference Date: Thu, 1 Dec 2016 02:06:29 +0530 Message-ID: <20161130203629.GA5411@svelivela-lt.caveonetworks.com> References: <1479237103-7166-1-git-send-email-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: "dev@dpdk.org" , "Doherty, Declan" To: "De Lara Guarch, Pablo" Return-path: Received: from NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0040.outbound.protection.outlook.com [104.47.33.40]) by dpdk.org (Postfix) with ESMTP id 20993558C for ; Wed, 30 Nov 2016 21:36:39 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Nov 30, 2016 at 03:10:14PM +0000, De Lara Guarch, Pablo wrote: > Hi Jerin, > > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jerin Jacob > > Sent: Tuesday, November 15, 2016 7:12 PM > > To: dev@dpdk.org > > Cc: Doherty, Declan; Jerin Jacob > > Subject: [dpdk-dev] [PATCH] cryptodev: fix crash on null dereference > > > > crypodev->data->name will be null when > > rte_cryptodev_get_dev_id() invoked without a valid > > crypto device instance. > > > > Signed-off-by: Jerin Jacob > > Could you add a "Fixes" line? Sure. I will send the v2 then > > Thanks, > Pablo