From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CB9A75585 for ; Wed, 30 Nov 2016 16:11:08 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP; 30 Nov 2016 07:10:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,574,1473145200"; d="scan'208";a="37429247" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga006.fm.intel.com with ESMTP; 30 Nov 2016 07:10:16 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.145]) by IRSMSX101.ger.corp.intel.com ([163.33.3.153]) with mapi id 14.03.0248.002; Wed, 30 Nov 2016 15:10:15 +0000 From: "De Lara Guarch, Pablo" To: Jerin Jacob , "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [dpdk-dev] [PATCH] cryptodev: fix crash on null dereference Thread-Index: AQHSP3Q7a/XMU3/hOEy/mUvbDDCPYaDxuKNQ Date: Wed, 30 Nov 2016 15:10:14 +0000 Message-ID: References: <1479237103-7166-1-git-send-email-jerin.jacob@caviumnetworks.com> In-Reply-To: <1479237103-7166-1-git-send-email-jerin.jacob@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmZhYzM3NmYtZDcwOS00MjA1LThiNzItOTY2ZGNmZDkxNWMxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlBNZE1saTQyb1FTZ2JybGdCUmZWMExQb1VReGQ3S3VmY2lHSENtTnpcL1FZPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] cryptodev: fix crash on null dereference X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2016 15:11:09 -0000 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 >=20 > crypodev->data->name will be null when > rte_cryptodev_get_dev_id() invoked without a valid > crypto device instance. >=20 > Signed-off-by: Jerin Jacob Could you add a "Fixes" line?=20 Thanks, Pablo