From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/e1000: fix out of bounds access Date: Mon, 31 Jul 2017 13:06:53 +0100 Message-ID: <2f01d8a2-a484-6d8b-43c3-41f011a9c8ac@intel.com> References: <1500985165-149859-1-git-send-email-kubax.kozak@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B67B531@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , "Jain, Deepak K" , "Jastrzebski, MichalX K" , "stable@dpdk.org" To: "Lu, Wenzhuo" , "Kozak, KubaX" Return-path: In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B67B531@shsmsx102.ccr.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.