This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from faf0e9c nptl: Add tst-robust-fork new f8bf15f 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 ++++ nptl/Makefile | 2 +- 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 ++++++++++++++ support/Makefile | 4 + ...mutexattr_destroy.c => xpthread_attr_destroy.c} | 8 +- .../ipc_priv.h => support/xpthread_attr_init.c | 10 +- ...tr_destroy.c => xpthread_attr_setdetachstate.c} | 9 +- ...attr_destroy.c => xpthread_attr_setstacksize.c} | 8 +- support/xthread.h | 6 + sysdeps/nacl/createthread.c | 10 +- sysdeps/unix/sysv/linux/createthread.c | 16 +- 17 files changed, 395 insertions(+), 70 deletions(-) create mode 100644 nptl/tst-create-detached.c copy support/{xpthread_mutexattr_destroy.c => xpthread_attr_destroy.c} (78%) copy sysdeps/unix/sysv/linux/tile/ipc_priv.h => support/xpthread_attr_init.c (80%) copy support/{xpthread_mutexattr_destroy.c => xpthread_attr_setdetachstate.c} (77%) copy support/{xpthread_mutexattr_destroy.c => xpthread_attr_setstacksize.c} (78%)