On Thu, 30 Oct 2025 at 18:53, Thomas Monjalon <[email protected]> wrote: > > When reserving a specific memory amount, it was possible to pass > the first allocations and fail on a later allocation > where there was no check, resulting in a crash. > It is fixed by stopping the test if allocation failed. > > Fixes: fd368e1982bc ("test/hash: test more corner cases") Also Fixes: 9c7d8eed1a45 ("test/hash: add RCU tests")
> Cc: [email protected] > > Signed-off-by: Thomas Monjalon <[email protected]> Reviewed-by: David Marchand <[email protected]> -- David Marchand

