]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
nss_files: Avoid large buffers with many host addresses [BZ #22078]
authorFlorian Weimer <fweimer@redhat.com>
Wed, 11 Oct 2017 05:07:51 +0000 (07:07 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 11 Oct 2017 05:07:51 +0000 (07:07 +0200)
commitd8425e116cdd954fea0c04c0f406179b5daebbb3
tree0d82c5f6f571653665912cf0fd0d3062c594695f
parent78e806fd8cd8c918d3bbe1bcdf9091ab365e4a69
nss_files: Avoid large buffers with many host addresses [BZ #22078]

The previous implementation had at least a quadratic space
requirement in the number of host addresses and aliases.
ChangeLog
nss/Makefile
nss/nss_files/files-hosts.c
nss/tst-nss-files-hosts-multi.c [new file with mode: 0644]