diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-04-08 20:58:58 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-04-08 21:08:03 +0200 |
commit | 561052ad35d7004a6f69c772a6a2a106e436f950 (patch) | |
tree | 20bdf85312c9aa3362e3334fe657c23e93636b22 /ChangeLog | |
parent | c6ee40da8b7b285a644dc22b78d8e47d2bebfae6 (diff) | |
download | glibc-561052ad35d7004a6f69c772a6a2a106e436f950.tar.gz glibc-561052ad35d7004a6f69c772a6a2a106e436f950.tar.xz glibc-561052ad35d7004a6f69c772a6a2a106e436f950.zip |
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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 93583afc00..fd79b12823 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> |