about summary refs log tree commit diff
path: root/posix/tst-glob-tilde.c
Commit message (Collapse)AuthorAgeFilesLines
* Increase some test timeouts.Joseph Myers2018-01-041-0/+1
| | | | | | | | | This patch increases timeouts on three tests I observed timing out on slow systems. * malloc/tst-malloc-tcache-leak.c (TIMEOUT): Define to 50. * posix/tst-glob-tilde.c (TIMEOUT): Define to 200. * resolv/tst-resolv-res_ninit.c (TIMEOUT): Define to 50.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
| | | | | | | * All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
* posix/tst-glob-tilde.c: Add test for bug 22332Florian Weimer2017-11-021-23/+30
|
* glob: Add new test tst-glob-tildeFlorian Weimer2017-10-211-0/+136
The new test checks for memory leaks (see bug 22325) and attempts to trigger the buffer overflow in bug 22320.