summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-10-19 10:44:31 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-10-19 10:44:31 +0200
commit05155f0772a4befcc10da16ab64060ae7836ff7c (patch)
tree906b1b26bf86dcd09fa0f8644adfbcefeaa9c542 /NEWS
parent13728f56f0cdfff536fe6673eae6881a3483a6a2 (diff)
downloadglibc-05155f0772a4befcc10da16ab64060ae7836ff7c.tar.gz
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. (cherry picked from commit d8425e116cdd954fea0c04c0f406179b5daebbb3)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d6d1f90008..9cb8f00529 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,7 @@ The following bugs are resolved with this release:
[21982] string: stratcliff.c: error: assuming signed overflow does not
occur with -O3
[22051] libc: zero terminator in the middle of glibc's .eh_frame
+ [22078] nss_files performance issue in hosts multi mode
[22095] resolv: Fix memory leak with OOM during resolv.conf parsing
[22096] resolv: __resolv_conf_attach must not free passed conf object
[22111] malloc: per thread cache is not returned when thread exits