> > delete_bulk() copies metadata to pointers provided by the entries
> > parameter, but in the unit test, they are uninitialized, leading
> > to rte_table attempting to memcpy into random garbage pointers.
> >
> > Memsetting pointer table to zero will prevent that from happening.
> >
> > Fixes: 48f2543cf0a8 ("app/test: add bulk adding and deleting")
> > Cc: [email protected]
> > Cc: [email protected]
> > Signed-off-by: Anatoly Burakov <[email protected]>
>
> Acked-by: Cristian Dumitrescu <[email protected]>
Applied, thanks