diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-10-21 18:03:30 +0200 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com> | 2018-04-13 14:30:20 -0300 |
commit | d8b6b33f1d08642961aff14825c1fa6a0276ad49 (patch) | |
tree | 12d541adb5b8b848c2137d0e095244a0bcc5ff23 /ChangeLog | |
parent | 42a2c81226c4fd4037aa90cbebf26bafc07b7072 (diff) | |
download | glibc-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-- | 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 Paul Eggert <eggert@cs.ucla.edu> [BZ #22320] |