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