From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] qat: fix null pointer dereferencing Date: Tue, 07 Jun 2016 16:42:13 +0200 Message-ID: <2248085.DV1Kv15Qk3@xps13> References: <1463587958-154335-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, john.griffin@intel.com, fiona.trahe@intel.com, declan.doherty@intel.com To: Deepak Kumar Jain Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 211289A9D for ; Tue, 7 Jun 2016 16:42:15 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id m124so117631553wme.1 for ; Tue, 07 Jun 2016 07:42:15 -0700 (PDT) In-Reply-To: <1463587958-154335-1-git-send-email-deepak.k.jain@intel.com> 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" 2016-05-18 17:12, Deepak Kumar Jain: > Fix null pointer dereferencing while > clearing session > > Fixes: 1703e94ac5ce ("qat: add driver for QuickAssist devices") > Coverity ID 126586 > > Signed-off-by: Deepak kumar JAIN Applied, thanks