> -----Original Message----- > From: Lu, Wenzhuo > Sent: Tuesday, July 25, 2017 3:25 PM > To: Kozak, KubaX <[email protected]> > Cc: [email protected]; Jain, Deepak K <[email protected]>; Jastrzebski, > MichalX K <[email protected]>; [email protected] > Subject: RE: [PATCH] net/e1000: fix out of bounds access > > Hi Kuba, > > > -----Original Message----- > > From: Kozak, KubaX > > Sent: Tuesday, July 25, 2017 8:19 AM > > To: Lu, Wenzhuo <[email protected]> > > Cc: [email protected]; Jain, Deepak K <[email protected]>; Jastrzebski, > > MichalX K <[email protected]>; Kozak, KubaX > > <[email protected]>; [email protected] > > 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?
Hi Wenzhuo, these are Coverity issue ID numbers - as this is an issue reported by The Coverity Scan tool (a tool for static code analysis). So the line " Coverity issue: 147223" means this patch will fix a defect reported by The Coverity Scan tool under the number 147223. Best regards Michal. > Except that, Acked-by: Wenzhuo Lu <[email protected]> > > > Fixes: a8600af43738 ("net/igb: parse flow API ethertype filter") > > Fixes: 22bb13410cb2 ("net/igb: create consistent filter") > > Cc: [email protected] > > > > Signed-off-by: Kuba Kozak <[email protected]>

