This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.29/master in repository glibc.
from 5e1548a6d9 Call _dl_open_check after relocation [BZ #24259] new c1803823c6 support: Export bindir path on support_path new f1f24cdeba nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]
The 2 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 | 24 ++++++++ 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 | 8 ++- support/links-dso-program-c.c | 17 ++++++ support/links-dso-program.cc | 17 ++++++ support/support.h | 2 + support/support_paths.c | 7 +++ 13 files changed, 176 insertions(+), 32 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