aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-04-08 20:58:58 +0200
committerFlorian Weimer <fweimer@redhat.com>2015-04-08 21:08:03 +0200
commit561052ad35d7004a6f69c772a6a2a106e436f950 (patch)
tree20bdf85312c9aa3362e3334fe657c23e93636b22 /ChangeLog
parentc6ee40da8b7b285a644dc22b78d8e47d2bebfae6 (diff)
downloadglibc-561052ad35d7004a6f69c772a6a2a106e436f950.zip
glibc-561052ad35d7004a6f69c772a6a2a106e436f950.tar.gz
glibc-561052ad35d7004a6f69c772a6a2a106e436f950.tar.bz2
nscd_getgr_r: Use struct scratch_buffer instead of extend_alloca
The lack of alloca accounting means that the old code could run out of stack space if multiple retries are needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93583af..fd79b12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@
* nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
Rewrite to use struct scratch_buffer instead of extend_alloca.
* inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
+ * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
2015-04-08 Joseph Myers <joseph@codesourcery.com>