diff options
author | Will Newton <will.newton@linaro.org> | 2013-08-07 19:56:21 +0100 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2013-09-09 09:20:09 +0100 |
commit | 0c66b8e985649f89a84b26ba02740b23e1f4e091 (patch) | |
tree | 0a6d2457d61254898c4d55a5c3f12400257d6698 /ChangeLog | |
parent | f6b00fd1153295bc32041724a88aad84ba598b4a (diff) | |
download | glibc-0c66b8e985649f89a84b26ba02740b23e1f4e091.tar glibc-0c66b8e985649f89a84b26ba02740b23e1f4e091.tar.gz glibc-0c66b8e985649f89a84b26ba02740b23e1f4e091.tar.bz2 glibc-0c66b8e985649f89a84b26ba02740b23e1f4e091.zip |
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 <will.newton@linaro.org>
* malloc/Makefile: Add tst-realloc to tests.
* malloc/tst-realloc.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2013-09-09 Will Newton <will.newton@linaro.org> + + * malloc/Makefile: Add tst-realloc to tests. + * malloc/tst-realloc.c: New file. + 2013-09-09 Allan McRae <allan@archlinux.org> [BZ #15844] |