This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.35/master in repository glibc.
from ac87df8d75 x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ [...] new 6abb4002df Fix deadlock when pthread_atfork handler calls pthread_atfor [...]
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: include/register-atfork.h | 26 ++-- posix/fork.c | 7 +- posix/register-atfork.c | 140 ++++++++++++++++----- sysdeps/pthread/Makefile | 38 +++++- sysdeps/pthread/tst-atfork3.c | 118 +++++++++++++++++ .../xfopen.c => sysdeps/pthread/tst-atfork3mod.c | 35 ++++-- sysdeps/pthread/tst-atfork4.c | 128 +++++++++++++++++++ .../pthread/{tst-atfork2mod.c => tst-atfork4mod.c} | 30 ++--- 8 files changed, 442 insertions(+), 80 deletions(-) create mode 100644 sysdeps/pthread/tst-atfork3.c copy support/xfopen.c => sysdeps/pthread/tst-atfork3mod.c (67%) create mode 100644 sysdeps/pthread/tst-atfork4.c copy sysdeps/pthread/{tst-atfork2mod.c => tst-atfork4mod.c} (65%)