Re: [PATCH] net/e1000: fix out of bounds access
From: Lu, Wenzhuo <hidden>
Date: 2017-07-25 14:04:06
Hi Michal,
-----Original Message----- From: Jastrzebski, MichalX K Sent: Tuesday, July 25, 2017 9:36 AM To: Lu, Wenzhuo <redacted>; Kozak, KubaX [off-list ref] Cc: dev@dpdk.org; Jain, Deepak K <redacted>; stable@dpdk.org Subject: RE: [PATCH] net/e1000: fix out of bounds accessquoted
-----Original Message----- From: Lu, Wenzhuo Sent: Tuesday, July 25, 2017 3:25 PM To: Kozak, KubaX <redacted> Cc: dev@dpdk.org; Jain, Deepak K <redacted>; Jastrzebski, MichalX K [off-list ref]; stable@dpdk.org Subject: RE: [PATCH] net/e1000: fix out of bounds access Hi Kuba,quoted
-----Original Message----- From: Kozak, KubaX Sent: Tuesday, July 25, 2017 8:19 AM To: Lu, Wenzhuo <redacted> Cc: dev@dpdk.org; Jain, Deepak K <redacted>; Jastrzebski, MichalX K [off-list ref]; Kozak, KubaX [off-list ref]; 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: 147227I'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.
Got it. Thanks for that :)
Best regards Michal.quoted
Except that, Acked-by: Wenzhuo Lu [off-list ref]quoted
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 <redacted>