From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 2D2FF912D; Mon, 31 Jul 2017 15:23:25 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 31 Jul 2017 06:23:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,442,1496127600"; d="scan'208";a="131523266" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by orsmga005.jf.intel.com with ESMTP; 31 Jul 2017 06:23:20 -0700 To: "Wu, Jingjing" , "Kozak, KubaX" Cc: "dev@dpdk.org" , "Jain, Deepak K" , "Jastrzebski, MichalX K" , "stable@dpdk.org" References: <1501140502-155485-1-git-send-email-kubax.kozak@intel.com> <9BB6961774997848B5B42BEC655768F810DD74E0@SHSMSX103.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: Date: Mon, 31 Jul 2017 14:23:20 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <9BB6961774997848B5B42BEC655768F810DD74E0@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/i40e: fix dereferencing null pointer X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2017 13:23:25 -0000 On 7/28/2017 4:29 AM, Wu, Jingjing wrote: > > >> -----Original Message----- >> From: Kozak, KubaX >> Sent: Thursday, July 27, 2017 3:28 PM >> To: Wu, Jingjing >> Cc: dev@dpdk.org; Jain, Deepak K ; Jastrzebski, MichalX K >> ; Kozak, KubaX ; >> stable@dpdk.org >> Subject: [PATCH] net/i40e: fix dereferencing null pointer >> >> Add check if o_vlan_mask and i_vlan_mask are >> not a NULL pointer. >> >> Coverity issue: 143448 >> Coverity issue: 143449 >> Fixes: d37705068ee8 ("net/i40e: parse QinQ pattern") >> Cc: stable@dpdk.org >> >> Signed-off-by: Kuba Kozak > Acked-by: Jingjing Wu Applied to dpdk-next-net/master, thanks.