diff options
author | Patsy Franklin <pfrankli@redhat.com> | 2019-01-30 18:49:27 -0500 |
---|---|---|
committer | Patsy Franklin <patsy@redhat.com> | 2019-02-08 14:38:27 -0500 |
commit | 11eb21c4659ae0bde83bcd070bc9a0f94fb3576b (patch) | |
tree | 466403279df7abfb57f823a245a0112e719c9f63 /ChangeLog | |
parent | e47d82c99a6db060419b421768aced76bea92997 (diff) | |
download | glibc-11eb21c4659ae0bde83bcd070bc9a0f94fb3576b.tar.gz glibc-11eb21c4659ae0bde83bcd070bc9a0f94fb3576b.tar.xz glibc-11eb21c4659ae0bde83bcd070bc9a0f94fb3576b.zip |
nss: Add tst-nss-files-hosts-long test [BZ #21915]
When the /etc/hosts file has a line longer than 1028 characters getent ahostsv4 and ahostsv6 will fail. This test performs a getent call on a /etc/hosts file that contains a very long line (greater than 1028) using the test-in-container framework.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 62a78a193f..baea613156 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2019-02-08 Patsy Griffin Franklin <pfrankli@redhat.com> + + [BZ #21915] + * nss/Makefile (test-container): Add tst-nss-files-hosts-long. + * nss/tst-nss-files-hosts-long.c: New file. + * nss/tst-nss-files-hosts-long.root: New directory. + * nss/tst-nss-files-hosts-long.root/etc: Likewise. + * nss/tst-nss-files-hosts-long.root/etc/hosts: New file. + 2019-02-08 Florian Weimer <fweimer@redhat.com> * include/bits/unistd_ext.h: Remove file. |