RE: [EXT] [PATCH v1] baseband/acc100: avoid out-of-bounds access corner cases

2022-02-23 Thread Akhil Goyal
> Coverity issue: 375803, 375813, 375819, 375827, 375831 > The actual maximum number of gather pointers should have been limited > Fixes: 5ad5060f8f7a ("baseband/acc100: add LDPC processing functions") > > Signed-off-by: Nicolas Chautru Cc: sta...@dpdk.org Applied to dpdk-next-crypto Thanks

[PATCH v1] baseband/acc100: avoid out-of-bounds access corner cases

2022-02-22 Thread Nicolas Chautru
Coverity issue: 375803, 375813, 375819, 375827, 375831 The actual maximum number of gather pointers should have been limited Fixes: 5ad5060f8f7a ("baseband/acc100: add LDPC processing functions") Signed-off-by: Nicolas Chautru --- drivers/baseband/acc100/rte_acc100_pmd.c | 3 +-- drivers/baseban