This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 30ba037546 aarch64: simplify the DT_AARCH64_VARIANT_PCS handling code new 99135114ba nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]
The 1 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: ChangeLog | 16 ++++++ nss/Makefile | 4 +- nss/nss_db/db-open.c | 6 +- .../tst-nss-db-endgrent.c | 51 ++++++++--------- nss/tst-nss-db-endgrent.root/etc/nsswitch.conf | 1 + nss/tst-nss-db-endpwent.c | 66 ++++++++++++++++++++++ nss/tst-nss-db-endpwent.root/etc/nsswitch.conf | 1 + nss/tst-nss-db-endpwent.root/var/db/passwd.in | 4 ++ support/Makefile | 5 ++ support/links-dso-program-c.c | 17 ++++++ support/links-dso-program.cc | 17 ++++++ 11 files changed, 157 insertions(+), 31 deletions(-) copy string/test-strerror-errno.c => nss/tst-nss-db-endgrent.c (52%) create mode 100644 nss/tst-nss-db-endgrent.root/etc/nsswitch.conf create mode 100644 nss/tst-nss-db-endpwent.c create mode 100644 nss/tst-nss-db-endpwent.root/etc/nsswitch.conf create mode 100644 nss/tst-nss-db-endpwent.root/var/db/passwd.in