commit | 80c5de93f99f348553346f15a697c1acc0b9c612 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Thu Aug 22 13:19:48 2013 +0200 |
committer | Christian Heimes <christian@cheimes.de> | Thu Aug 22 13:19:48 2013 +0200 |
tree | f3a2f1c354992dd9f8eef2edacaf69a4cdf73716 | |
parent | 00ae435deef434f471e39bea3f3ab3a3e3cd90fe [diff] |
Issue #18747: Use a parent atfork handler instead of a child atfork handler. fork() is suppose to be async-signal safe but the handler calls unsafe functions. A parent handler mitigates the issue.