This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.28/master in repository glibc.
from b8dd0f4278 malloc: tcache double free check new 8c89e6b02d Fix _dl_profile_fixup data-dependency issue (Bug 23690)
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 | 15 ++++ elf/dl-runtime.c | 48 +++++++++-- include/link.h | 4 + nptl/Makefile | 14 +++- nptl/tst-audit-threads-mod1.c | 74 +++++++++++++++++ .../tst-audit-threads-mod2.c | 13 ++- nptl/tst-audit-threads.c | 97 ++++++++++++++++++++++ nptl/tst-audit-threads.h | 92 ++++++++++++++++++++ 8 files changed, 342 insertions(+), 15 deletions(-) create mode 100644 nptl/tst-audit-threads-mod1.c copy elf/tst-absolute-sym-lib.c => nptl/tst-audit-threads-mod2.c (81%) create mode 100644 nptl/tst-audit-threads.c create mode 100644 nptl/tst-audit-threads.h