criu
criu copied to clipboard
pidfd: block SIGCHLD during tmp process creation
This pull request updates pidfd to block SIGCHLD
during temporary process creation to prevent a race condition between kill()
and waitpid()
where sigchld_handler()
causes criu restore
to fail with an error.
Fixes: #2490