]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mpm_prefork: mask signals during ap_run_child_init().
authorYann Ylavic <ylavic@apache.org>
Fri, 4 Jun 2021 13:21:28 +0000 (13:21 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 4 Jun 2021 13:21:28 +0000 (13:21 +0000)
commit6b05a451b80156b867dda36391f7f89d8efcf57b
tree308e03a3df9e46fd8c7d2aee5a42b1b9359d7e55
parent0192aa68b454b75b171b61f6f101e25b48d857be
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890465 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/prefork_child_init_sigmask.txt [new file with mode: 0644]
docs/log-message-tags/next-number
server/mpm/prefork/prefork.c