On Fri, Mar 1, 2024 at 9:05 AM <psathe...@marvell.com> wrote: > > From: Satheesh Paul <psathe...@marvell.com> > > The subtraction expression in mbox_memcpy() can wrap around > causing an out-of-bounds access. Added a check on 'size' to > fix this. > > Coverity issue: 384431, 384439 > Fixes: 585bb3e538f9 ("common/cnxk: add VF support to base device class") > Cc: sta...@dpdk.org > > Signed-off-by: Satheesh Paul <psathe...@marvell.com> > Reviewed-by: Harman Kalra <hka...@marvell.com>
Series applied to dpdk-next-net-mrvl/for-main. Thanks