aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2013-10-03 11:26:34 +0100
committerWill Newton <will.newton@linaro.org>2013-10-04 09:16:41 +0100
commit66a9be9d58e83856e398fbb484e7f2637d7f100b (patch)
tree48c852cbff56cd440ac8e78a61b82df52d87ffda /ChangeLog
parent1bc92709f336f8f7d5cc3e47a0fec654f57382fe (diff)
downloadglibc-66a9be9d58e83856e398fbb484e7f2637d7f100b.zip
glibc-66a9be9d58e83856e398fbb484e7f2637d7f100b.tar.gz
glibc-66a9be9d58e83856e398fbb484e7f2637d7f100b.tar.bz2
malloc/tst-valloc.c: Tidy up code.
Add some comments and call free on all potentially allocated pointers. Also remove duplicate check for NULL pointer. ChangeLog: 2013-10-04 Will Newton <will.newton@linaro.org> * malloc/tst-valloc.c: Add comments. (do_test): Add comments and call free on all potentially allocated pointers. Remove duplicate check for NULL pointer. Add space after cast.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9781761..7a7b6bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,11 @@
allocated pointers. Remove duplicate check for NULL pointer.
Add space after cast.
+ * malloc/tst-valloc.c: Add comments.
+ (do_test): Add comments and call free on all potentially
+ allocated pointers. Remove duplicate check for NULL pointer.
+ Add space after cast.
+
2013-10-04 Alan Modra <amodra@gmail.com>
* sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):