This website requires JavaScript.
Explore
Help
Register
Sign In
syrell
/
st
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1,132
Commits
16
Branches
0
Tags
2ec571a30c0c3b1a17f6b3631c80d573582f59a1
Commit Graph
1 Commits
This Branch
This Branch
All Branches
Author
SHA1
Message
Date
Jan Klemkow
and
Hiltjo Posthuma
d6ea0a1a61
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.
2020-04-30 01:21:21 +02:00