Re: [dpdk-dev] [PATCH] net/ice: fix VSI array out of bounds

2021-05-12 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Jie1X > Sent: Wednesday, May 12, 2021 10:27 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Wang, Jie1X > Subject: [PATCH] net/ice: fix VSI array out of bounds > > In the loop, when the index of array "vsi->rss_key" is equal to > "vsi->rss

[dpdk-dev] [PATCH] net/ice: fix VSI array out of bounds

2021-05-11 Thread Wang Jie
In the loop, when the index of array "vsi->rss_key" is equal to "vsi->rss_key_size", the array will be out of bounds. Fixes: 50370662b727 ("net/ice: support device and queue ops") Signed-off-by: Wang Jie --- drivers/net/ice/ice_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

[dpdk-dev] [PATCH] net/ice: fix VSI array out of bounds

2021-05-11 Thread Jie Wang
From: Wang Jie In the loop, when the index of array "vsi->rss_key" is equal to "vsi->rss_key_size", the array will be out of bounds. Fixes: 50370662b727 ("net/ice: support device and queue ops") Signed-off-by: Wang Jie --- drivers/net/ice/ice_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1