-
- Downloads
do not call signal-unsafe function inside sighanlder
die() calls vprintf, fputc and exit; none of these are async-signal-safe, see `man 7 signal-safety`.
Loading
Please register or sign in to comment
die() calls vprintf, fputc and exit; none of these are async-signal-safe, see `man 7 signal-safety`.