From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 41A8B29CB; Mon, 3 Sep 2018 18:37:22 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Sep 2018 09:37:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,325,1531810800"; d="scan'208";a="260358503" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.56]) ([10.237.221.56]) by fmsmga006.fm.intel.com with ESMTP; 03 Sep 2018 09:36:33 -0700 To: Rahul Lakkireddy , dev@dpdk.org Cc: shaguna@chelsio.com, indranil@chelsio.com, nirranjan@chelsio.com, stable@dpdk.org References: <1535374411-6363-1-git-send-email-rahul.lakkireddy@chelsio.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: Date: Mon, 3 Sep 2018 17:36:32 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1535374411-6363-1-git-send-email-rahul.lakkireddy@chelsio.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/cxgbe: fix illegal memory access when parsing flow match items X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2018 16:37:23 -0000 On 8/27/2018 1:53 PM, Rahul Lakkireddy wrote: > From: Shagun Agrawal > > Coverity issue: 293096 > Fixes: ee61f511 ("net/cxgbe: parse and validate flows") > Cc: stable@dpdk.org > > Signed-off-by: Shagun Agrawal > Signed-off-by: Rahul Lakkireddy Applied to dpdk-next-net/master, thanks.