Re: [dpdk-dev] [PATCH 1/2] net/bnxt: fix overrun of the ulp device params array

2020-05-07 Thread Ajit Khaparde
On Wed, May 6, 2020 at 5:09 PM Ferruh Yigit wrote: > On 5/6/2020 11:14 PM, Ajit Khaparde wrote: > > > > > > On Wed, May 6, 2020 at 2:17 AM Ferruh Yigit > > wrote: > > > > On 5/5/2020 8:17 PM, Ajit Khaparde wrote: > > > From: Kishore Padmanabha >

Re: [dpdk-dev] [PATCH 1/2] net/bnxt: fix overrun of the ulp device params array

2020-05-06 Thread Ajit Khaparde
On Wed, May 6, 2020 at 2:17 AM Ferruh Yigit wrote: > On 5/5/2020 8:17 PM, Ajit Khaparde wrote: > > From: Kishore Padmanabha > > > > Fix a buffer overrun issue spotted by coverity while accessing > > the array ulp_device_params. > > If it is spotted by coverity, is there a coverity issue id? > Ye

Re: [dpdk-dev] [PATCH 1/2] net/bnxt: fix overrun of the ulp device params array

2020-05-06 Thread Ferruh Yigit
On 5/6/2020 11:14 PM, Ajit Khaparde wrote: > > > On Wed, May 6, 2020 at 2:17 AM Ferruh Yigit > wrote: > > On 5/5/2020 8:17 PM, Ajit Khaparde wrote: > > From: Kishore Padmanabha > > > > > Fix a buffer ove

Re: [dpdk-dev] [PATCH 1/2] net/bnxt: fix overrun of the ulp device params array

2020-05-06 Thread Ferruh Yigit
On 5/5/2020 8:17 PM, Ajit Khaparde wrote: > From: Kishore Padmanabha > > Fix a buffer overrun issue spotted by coverity while accessing > the array ulp_device_params. If it is spotted by coverity, is there a coverity issue id? > > Fixes: 313ac35ac701 ("net/bnxt: support ULP session manager ini

[dpdk-dev] [PATCH 1/2] net/bnxt: fix overrun of the ulp device params array

2020-05-05 Thread Ajit Khaparde
From: Kishore Padmanabha Fix a buffer overrun issue spotted by coverity while accessing the array ulp_device_params. Fixes: 313ac35ac701 ("net/bnxt: support ULP session manager init") Signed-off-by: Kishore Padmanabha Reviewed-by: Michael Baucom Reviewed-by: Ajit Khaparde --- drivers/net/bn