On Fri, Jul 21, 2023 at 7:28 AM Gagandeep Singh <[email protected]> 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: [email protected] > > Signed-off-by: Gagandeep Singh <[email protected]> > Acked-by: Hemant Agrawal <[email protected]> > Acked-by: Jerin Jacob <[email protected]>
Applied, thanks. -- David Marchand

