CVSROOT:        /cvs
Module name:    src
Changes by:     patr...@cvs.openbsd.org 2017/02/22 15:18:51

Modified files:
        lib/libc/arch/aarch64/sys: sigprocmask.S 

Log message:
The assembly for sigprocmask(2) had a tiny typo which made it jump to
the wrong location, thus not making it set SIG_BLOCK with a zero mask
when attempting to read the signal mask (if set ptr is NULL).  Instead
an attempt to read the mask actually told the syscall to set the mask
to zero.

Reply via email to