This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 9333498794 Avoid ldbl-96 stack corruption from range reduction of pseud [...] new 8a92214150 nss_compat: Do not use nss_* names for function pointers new 499a92df8b nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS mac [...] new 6978700688 nss_hesiod: Use NSS_DECLARE_MODULE_FUNCTIONS new ff10435963 nss_compat: Use NSS_DECLARE_MODULE_FUNCTIONS new 7e3987ab54 nss_db: Use NSS_DECLARE_MODULE_FUNCTIONS new 680f109322 nss_files: Use NSS_DECLARE_MODULE_FUNCTIONS new bd65a52a5f nss_dns: Use NSS_DECLARE_MODULE_FUNCTIONS new fd3540deff nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONS
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: hesiod/nss_hesiod/hesiod-grp.c | 2 + hesiod/nss_hesiod/hesiod-proto.c | 2 + hesiod/nss_hesiod/hesiod-pwd.c | 2 + hesiod/nss_hesiod/hesiod-service.c | 2 + nis/nss-nisplus.h | 1 + nscd/aicache.c | 23 +---- nss/nss.h | 203 ++++++++++++++++++++++++++++++++++++- nss/nss_compat/compat-grp.c | 56 +++++----- nss/nss_compat/compat-initgroups.c | 73 ++++++------- nss/nss_compat/compat-pwd.c | 58 ++++++----- nss/nss_compat/compat-spwd.c | 46 +++++---- nss/nss_db/db-init.c | 2 + nss/nss_db/db-initgroups.c | 1 - nss/nss_db/nss_db.h | 1 + nss/nss_files/files-alias.c | 2 + nss/nss_files/files-ethers.c | 3 + nss/nss_files/files-grp.c | 3 + nss/nss_files/files-hosts.c | 2 + nss/nss_files/files-init.c | 3 + nss/nss_files/files-initgroups.c | 3 + nss/nss_files/files-key.c | 2 + nss/nss_files/files-netgrp.c | 2 + nss/nss_files/files-network.c | 3 + nss/nss_files/files-proto.c | 2 + nss/nss_files/files-pwd.c | 3 + nss/nss_files/files-rpc.c | 2 + nss/nss_files/files-service.c | 2 + nss/nss_files/files-sgrp.c | 3 + nss/nss_files/files-spwd.c | 3 + resolv/nss_dns/dns-canon.c | 2 + resolv/nss_dns/dns-host.c | 2 + resolv/nss_dns/dns-network.c | 2 + sysdeps/posix/getaddrinfo.c | 18 +--- 33 files changed, 385 insertions(+), 149 deletions(-)