aboutsummaryrefslogtreecommitdiff
path: root/nss/tst-nss-files-hosts-multi.c
AgeCommit message (Collapse)AuthorFilesLines
2018-10-09Increase timeout of nss/tst-nss-files-hosts-multiSzabolcs Nagy1-0/+1
Increase timeout from the default 20s to 40s. This test makes close to 2 million syscalls with distribution: 1180249 connect 297952 getsockname 144040 lseek 143734 read 14466 close ... connect can be slow, so the default timeout was not enough on slow systems. Reviewed-by: Carlos O'Donell <carlos@redhat.com> * nss/tst-nss-files-hosts-multi.c (TIMEOUT): Define.
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-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.
2017-10-11nss_files: Avoid large buffers with many host addresses [BZ #22078]Florian Weimer1-0/+331
The previous implementation had at least a quadratic space requirement in the number of host addresses and aliases.