From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/cxgbe: fix NULL deref in CLIP failure path Date: Thu, 02 Aug 2018 11:03:34 +0200 Message-ID: <4585682.aUE1bAIJGz@xps> References: <1532593172-10363-1-git-send-email-rahul.lakkireddy@chelsio.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, nirranjan@chelsio.com, indranil@chelsio.com To: Rahul Lakkireddy , shaguna@chelsio.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 69D451B454 for ; Thu, 2 Aug 2018 11:03:40 +0200 (CEST) In-Reply-To: <1532593172-10363-1-git-send-email-rahul.lakkireddy@chelsio.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/07/2018 10:19, Rahul Lakkireddy: > From: Shagun Agrawal > > Fixes: 3f2c1e20 ("net/cxgbe: add Compressed Local IP region") > Coverity issue: 302872 > > Signed-off-by: Shagun Agrawal > Signed-off-by: Rahul Lakkireddy Applied, thanks