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.
This commit is contained in:
parent
79b82c771e
commit
fb97850d77
Loading…
x
Reference in New Issue
Block a user