From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] aesni_mb: fix null pointer dereferencing Date: Tue, 07 Jun 2016 16:34:44 +0200 Message-ID: <4608570.YMfmcE8oTy@xps13> References: <1464018413-71800-1-git-send-email-deepak.k.jain@intel.com> <1465292171-189465-1-git-send-email-deepak.k.jain@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "Doherty, Declan" To: "Jain, Deepak K" Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 5A3CC9A81 for ; Tue, 7 Jun 2016 16:34:46 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id v199so22609020wmv.0 for ; Tue, 07 Jun 2016 07:34:46 -0700 (PDT) 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" > > Fix null pointer dereferencing by reporing if null and > > exiting the function. > > > > Coverity issue: 126584 > > Fixes: c0f87eb5252b ("cryptodev: change burst API to be crypto op oriented") > > > > Signed-off-by: Deepak Kumar Jain > > Acked-by: Pablo de Lara Applied, thanks