aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2013-10-03 11:24:38 +0100
committerWill Newton <will.newton@linaro.org>2013-10-04 09:15:33 +0100
commit1bc92709f336f8f7d5cc3e47a0fec654f57382fe (patch)
treef1069c17c8368ac4307da993cd0b02d38871a38b /ChangeLog
parent27d0461b7bb00e8863dbb2087ce22bf67f9c1018 (diff)
downloadglibc-1bc92709f336f8f7d5cc3e47a0fec654f57382fe.zip
glibc-1bc92709f336f8f7d5cc3e47a0fec654f57382fe.tar.gz
glibc-1bc92709f336f8f7d5cc3e47a0fec654f57382fe.tar.bz2
malloc/tst-pvalloc.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-pvalloc.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 fab61a0..9781761 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,11 @@
(do_test): Add comments and call free on all potentially
allocated pointers. Add space after cast.
+ * malloc/tst-pvalloc.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):