replace exit(3) by _exit(2) in signal handler sigchld()
exit(3) is not async-signal-safe but, _exit(2) is. This change prevents st to crash and dump core.dev
parent
43a395ae91
commit
d6ea0a1a61
Loading…
Reference in New Issue