about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-10-21 18:03:30 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-10-21 18:03:30 +0200
commite80fc1fc98bf614eb01cf8325503df3a1451a99c (patch)
treeb3914045f886ad1f4f9764f6d5b98ca24f73ff08 /ChangeLog
parent797ba44ba27521261f94cc521f1c2ca74f650147 (diff)
downloadglibc-e80fc1fc98bf614eb01cf8325503df3a1451a99c.tar.gz
glibc-e80fc1fc98bf614eb01cf8325503df3a1451a99c.tar.xz
glibc-e80fc1fc98bf614eb01cf8325503df3a1451a99c.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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cb7ce5b83..c20121ab1b 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  Joseph Myers  <joseph@codesourcery.com>
 
 	* bits/floatn-common.h: New file.