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 EC13A379B for ; Thu, 2 Jun 2016 16:02:45 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 02 Jun 2016 06:58:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,406,1459839600"; d="scan'208";a="979489783" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga001.fm.intel.com with ESMTP; 02 Jun 2016 06:58:57 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.183]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0248.002; Thu, 2 Jun 2016 14:58:56 +0100 From: "De Lara Guarch, Pablo" To: "Jain, Deepak K" , "Doherty, Declan" CC: "Jain, Deepak K" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] crypto: fix null pointer dereferencing Thread-Index: AQHRtQpmzHdQety26Em1in8mm1bpzJ/WQsUA Date: Thu, 2 Jun 2016 13:58:56 +0000 Message-ID: References: <1464018413-71800-1-git-send-email-deepak.k.jain@intel.com> In-Reply-To: <1464018413-71800-1-git-send-email-deepak.k.jain@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTEwOGJjYTUtMWMwMy00ZDM4LWFlNDItNDAxOGUzYWJhMzZiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImVJWmlYV1p1YVl3cE9wVTc5aEZaWTVieUtrV1BqZSs3bDhqZmxnTXJkY0U9In0= 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] crypto: fix null pointer dereferencing 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: Thu, 02 Jun 2016 14:02:47 -0000 Hi Deepak, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Deepak Kumar Jain > Sent: Monday, May 23, 2016 4:47 PM > To: Doherty, Declan > Cc: Jain, Deepak K; dev@dpdk.org > Subject: [dpdk-dev] [PATCH] crypto: fix null pointer dereferencing >=20 > From: "Jain, Deepak K" >=20 > Fix null pointer dereferencing by reporing if null and > exiting the function. >=20 > Fixes: c0f87eb5252b ("cryptodev: change burst API to be crypto op oriente= d") > Coverity issue: 126584 >=20 > Signed-off-by: Deepak Kumar Jain Could you change the title to "aesni_mb: fix null pointer dereferencing", to specify that the patch is for the aesni mb pmd? Thanks, Pablo