From 0c66b8e985649f89a84b26ba02740b23e1f4e091 Mon Sep 17 00:00:00 2001 From: Will Newton Date: Wed, 7 Aug 2013 19:56:21 +0100 Subject: malloc: Add realloc test. The current tests don't test the functionality of realloc in detail. Add a new test for realloc that exercises some of the corner cases that are not otherwise tested. ChangeLog: 2013-09-09 Will Newton * malloc/Makefile: Add tst-realloc to tests. * malloc/tst-realloc.c: New file. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ea6d2e323d..65c928754f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-09-09 Will Newton + + * malloc/Makefile: Add tst-realloc to tests. + * malloc/tst-realloc.c: New file. + 2013-09-09 Allan McRae [BZ #15844] -- cgit v1.2.3