This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.24/master in repository glibc.
from e853f05a57 csu: Update __libgcc_s_init comment new fcd316654a Bug 20116: Fix use after free in pthread_create()
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 | 33 ++++++ NEWS | 1 + nptl/Makefile | 3 +- nptl/createthread.c | 10 +- nptl/pthread_create.c | 207 +++++++++++++++++++++++++++------ nptl/pthread_getschedparam.c | 1 + nptl/pthread_setschedparam.c | 1 + nptl/pthread_setschedprio.c | 1 + nptl/tpp.c | 2 + nptl/tst-create-detached.c | 137 ++++++++++++++++++++++ sysdeps/nacl/createthread.c | 10 +- sysdeps/unix/sysv/linux/createthread.c | 16 ++- 12 files changed, 367 insertions(+), 55 deletions(-) create mode 100644 nptl/tst-create-detached.c