Re: [dpdk-dev] [PATCH 2/2] test/malloc: add bad parameter tests for realloc
On 4/1/20 6:11 AM, Anatoly Burakov wrote: Realloc did not have bad parameter autotest. Add them. Signed-off-by: Anatoly Burakov --- Reviewed-by: David Christensen
[dpdk-dev] [PATCH 2/2] test/malloc: add bad parameter tests for realloc
Realloc did not have bad parameter autotest. Add them. Signed-off-by: Anatoly Burakov --- app/test/test_malloc.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/app/test/test_malloc.c b/app/test/test_malloc.c index 3a45a00406..788595ead7 100644 --- a/app/test/test_malloc.c +++ b/