This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from aecbe50c9d ARC: Update ulps new d2b997c717 elf: Fix a DTV setup issue [BZ #27136] new 8f85075a2e elf: Add a DTV setup test [BZ #27136] new c489c35054 elf: Fix comments and logic in _dl_add_to_slotinfo new c0669ae1a6 elf: Refactor _dl_update_slotinfo to avoid use after free
The 4 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: elf/Makefile | 10 +++++- elf/dl-tls.c | 34 ++++-------------- elf/tst-tls20.c | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++ elf/tst-tls20mod-bad.c | 2 ++ 4 files changed, 116 insertions(+), 28 deletions(-) create mode 100644 elf/tst-tls20.c create mode 100644 elf/tst-tls20mod-bad.c