This website requires JavaScript.
Explore
Help
Sign In
clone
/
st
Watch
1
Star
0
Fork
1
mirror of
git://git.suckless.org/st
synced
2026-08-13 19:00:05 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1,150
Commits
3
Branches
20
Tags
72fd32736a612edec43596c14148322122a5544d
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