-
Christian Heimes authored
fork() is suppose to be async-signal safe but the handler calls unsafe functions. A parent handler mitigates the issue.
fa88aba7
fork() is suppose to be async-signal safe but the handler calls unsafe functions. A parent handler mitigates the issue.