On Fri, Jul 21, 2023 at 7:28 AM Gagandeep Singh <g.si...@nxp.com> wrote: > > when RTE_ENABLE_ASSERT is enable, DPAA driver is doing > wrong NULL check on frame queue which allows the code > to have access to NULL address. > GCC v13 is giving array bounds error if code is > accessing any memory region less than 4KB. > This patch fixes this issue by adding proper NULL checks > on frame queue. > > Bugzilla ID: 1233 > Fixes: c47ff048b99a ("bus/dpaa: add QMAN driver core routines") > Cc: sta...@dpdk.org > > Signed-off-by: Gagandeep Singh <g.si...@nxp.com> > Acked-by: Hemant Agrawal <hemant.agra...@nxp.com> > Acked-by: Jerin Jacob <jer...@marvell.com>
Applied, thanks. -- David Marchand