CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2014/07/09 08:26:59

Modified files:
        regress/lib/libc/explicit_bzero: explicit_bzero.c 

Log message:
check if we were previously on a signal stack before restoring.

OS X fails to restore the old signal stack because the signal stack is
not enabled by default. This causes sigaltstack(2) to fail with ENOMEM
as ss_size is 0, < MINSIGSTCKSZ.

ok jsing@

Reply via email to