From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 9587C99EE; Mon, 31 Jul 2017 14:06:58 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 31 Jul 2017 05:06:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,442,1496127600"; d="scan'208";a="131499178" 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 05:06:53 -0700 To: "Lu, Wenzhuo" , "Kozak, KubaX" Cc: "dev@dpdk.org" , "Jain, Deepak K" , "Jastrzebski, MichalX K" , "stable@dpdk.org" References: <1500985165-149859-1-git-send-email-kubax.kozak@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B67B531@shsmsx102.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: <2f01d8a2-a484-6d8b-43c3-41f011a9c8ac@intel.com> Date: Mon, 31 Jul 2017 13:06:53 +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: <6A0DE07E22DDAD4C9103DF62FEBC09093B67B531@shsmsx102.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/e1000: fix out of bounds access 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, 31 Jul 2017 12:06:59 -0000 On 7/25/2017 2:24 PM, Lu, Wenzhuo wrote: > Hi Kuba, > >> -----Original Message----- >> From: Kozak, KubaX >> Sent: Tuesday, July 25, 2017 8:19 AM >> To: Lu, Wenzhuo >> Cc: dev@dpdk.org; Jain, Deepak K ; Jastrzebski, >> MichalX K ; Kozak, KubaX >> ; stable@dpdk.org >> Subject: [PATCH] net/e1000: fix out of bounds access >> >> Fix wrong structure type used as argument in memset() call. >> >> Coverity issue: 147223 >> Coverity issue: 147227 > I'm not sure what's this "coverity issue" mean. Maybe we can remove it? > Except that, Acked-by: Wenzhuo Lu > >> Fixes: a8600af43738 ("net/igb: parse flow API ethertype filter") >> Fixes: 22bb13410cb2 ("net/igb: create consistent filter") >> Cc: stable@dpdk.org >> >> Signed-off-by: Kuba Kozak Acked-by: Wenzhuo Lu Applied to dpdk-next-net/master, thanks.