aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-10-21 18:03:30 +0200
committerTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>2018-04-13 14:30:20 -0300
commitd8b6b33f1d08642961aff14825c1fa6a0276ad49 (patch)
tree12d541adb5b8b848c2137d0e095244a0bcc5ff23 /ChangeLog
parent42a2c81226c4fd4037aa90cbebf26bafc07b7072 (diff)
downloadglibc-d8b6b33f1d08642961aff14825c1fa6a0276ad49.tar
glibc-d8b6b33f1d08642961aff14825c1fa6a0276ad49.tar.gz
glibc-d8b6b33f1d08642961aff14825c1fa6a0276ad49.tar.bz2
glibc-d8b6b33f1d08642961aff14825c1fa6a0276ad49.zip
glob: Add new test tst-glob-tilde
The new test checks for memory leaks (see bug 22325) and attempts to trigger the buffer overflow in bug 22320. (cherry picked from commit e80fc1fc98bf614eb01cf8325503df3a1451a99c)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e06bb0c97..c17787e785 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-10-21 Florian Weimer <fweimer@redhat.com>
+
+ * posix/Makefile (tests): Add tst-glob-tilde.
+ (tests-special): Add tst-glob-tilde-mem.out
+ (tst-glob-tilde-ENV): Set MALLOC_TRACE.
+ (tst-glob-tilde-mem.out): Add mtrace check.
+ * posix/tst-glob-tilde.c: New file.
+
2017-10-20 Paul Eggert <eggert@cs.ucla.edu>
[BZ #22320]