mirror of https://git.musl-libc.org/git/musl
Browse Source
if saved, signal mask would not be restored unless some low signals were masked. if not saved, signal mask could be wrongly restored to uninitialized values. in any, wrong mask would be restored. i believe this function was written for a very old version of the jmp_buf structure which did not contain a final 0 field for compatibility with siglongjmp, and never updated...rs-1.0
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue