mirror of https://git.musl-libc.org/git/musl
Browse Source
this fix is necessary because a program could be started with some of the implementation-reserved signals masked (e.g. due to exec having been called from a signal handler, or from a non-musl program) and then could obtain an invalid-to-use-later sigset_t as the old/saved signal mask.rs-1.0
1 changed files with 11 additions and 1 deletions
Loading…
Reference in new issue