Re: [dpdk-dev] [PATCH v1] net/softnic: fix out of bound access

2020-10-19 Thread Dumitrescu, Cristian
> -Original Message- > From: Dharmappa, Savinay > Sent: Monday, October 19, 2020 11:50 AM > To: Dumitrescu, Cristian ; Singh, Jasvinder > ; dev@dpdk.org > Cc: Dharmappa, Savinay > Subject: [PATCH v1] net/softnic: fix out of bound access > > This patch fixes out of bound access of an a

[dpdk-dev] [PATCH v1] net/softnic: fix out of bound access

2020-10-19 Thread Savinay Dharmappa
This patch fixes out of bound access of an array. Coverity issue: 363466, 363459 Fixes: b5dfa6703d49 ("net/softnic: update subport rate dynamically") Signed-off-by: Savinay Dharmappa --- drivers/net/softnic/rte_eth_softnic_tm.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions