Re: [PATCH] event/cnxk: fix out of bounds access

2022-05-14 Thread Jerin Jacob
On Sun, Apr 24, 2022 at 9:55 PM Gowrishankar Muthukrishnan wrote: > > Fix out of bounds array access reporrted in coverity scan. Fixed reported typo > > Coverity issue: 375817 > Fixes: 2351506401e ("event/cnxk: add SSO selftest and dump") > > Signed-off-by: Gowrishankar Muthukrishnan Acked-by

[PATCH] event/cnxk: fix out of bounds access

2022-04-24 Thread Gowrishankar Muthukrishnan
Fix out of bounds array access reporrted in coverity scan. Coverity issue: 375817 Fixes: 2351506401e ("event/cnxk: add SSO selftest and dump") Signed-off-by: Gowrishankar Muthukrishnan --- drivers/event/cnxk/cnxk_eventdev_selftest.c | 12 1 file changed, 12 insertions(+) diff --gi