diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-10-21 18:03:30 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-10-21 18:03:30 +0200 |
commit | e80fc1fc98bf614eb01cf8325503df3a1451a99c (patch) | |
tree | b3914045f886ad1f4f9764f6d5b98ca24f73ff08 /ChangeLog | |
parent | 797ba44ba27521261f94cc521f1c2ca74f650147 (diff) | |
download | glibc-e80fc1fc98bf614eb01cf8325503df3a1451a99c.tar glibc-e80fc1fc98bf614eb01cf8325503df3a1451a99c.tar.gz glibc-e80fc1fc98bf614eb01cf8325503df3a1451a99c.tar.bz2 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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |