test/malloc: add bad parameter tests for realloc
authorAnatoly Burakov <anatoly.burakov@intel.com>
Thu, 2 Apr 2020 09:02:15 +0000 (10:02 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 21 Apr 2020 12:57:40 +0000 (14:57 +0200)
commit4a5a867844af0a73848dc3330ff2982601e37190
tree1b7287466099bf131b07960f5346183f358a7a0d
parentdd46777794df4ff519020fbaa8b8d74b205770ec
test/malloc: add bad parameter tests for realloc

Realloc did not have bad parameter autotest. Add them.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Reviewed-by: David Christensen <drc@linux.vnet.ibm.com>
app/test/test_malloc.c