]> git.ipfire.org Git - thirdparty/glibc.git/commit
hurd: _Fork: unlock malloc before calling fork child hooks
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 27 Jul 2021 00:03:01 +0000 (02:03 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 27 Jul 2021 00:03:01 +0000 (02:03 +0200)
commitde2f68c3c751df1925c50ebf3be1c9d9f79b1dcf
treef501249f4983633dff944a5624202c21d1996417
parentddcc612ce923038b867083a0c55d6e034951155a
hurd: _Fork: unlock malloc before calling fork child hooks

The setitimer fork hook, fork_itimer, needs to call malloc inside
__mach_setup_tls, so we need to unlock malloc before calling it.
sysdeps/mach/hurd/_Fork.c