]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1890465 from trunk:
authorYann Ylavic <ylavic@apache.org>
Mon, 6 Sep 2021 10:03:06 +0000 (10:03 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 6 Sep 2021 10:03:06 +0000 (10:03 +0000)
commit619f6031f1140a5eb3211e76d9b300b204ee6810
treefcec8a13d50b12fafe995a3eb1bdfe9c97aa08ec
parent8f4f6f624e906b76f2d9a8a579aac87fe5336b62
Merge r1890465 from trunk:

mpm_prefork: mask signals during ap_run_child_init().

This prevents threads potentially created from the child_init hooks (e.g.
mod_watchdog workers) to catch signals needed by the MPM, like here:
https://travis-ci.com/github/apache/httpd/jobs/510821148#L5356.

Submitted by: ylavic
Reviewed by: jorton, icing, rpluem, ylavic

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1892978 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/prefork_child_init_sigmask.txt [new file with mode: 0644]
server/mpm/prefork/prefork.c