glibc/nss/nss_compat
Florian Weimer 90d9d9ce2f getgrent_next_nss (compat-initgroups): Remove alloca fallback [BZ #18023]
If the caller-supplied buffer is not large enough, fall back directly
malloc.

The previous __libc_use_alloca check was incorrect because it did not
take into account that extend_alloca may fail to merge allocations, so
it would underestimate the stack space being used by roughly a factor
of two.
2018-06-25 18:58:49 +02:00
..
compat-grp.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
compat-initgroups.c getgrent_next_nss (compat-initgroups): Remove alloca fallback [BZ #18023] 2018-06-25 18:58:49 +02:00
compat-pwd.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
compat-spwd.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
nisdomain.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
nisdomain.h Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00