From 561052ad35d7004a6f69c772a6a2a106e436f950 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 8 Apr 2015 20:58:58 +0200 Subject: 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. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') 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 -- cgit v1.1