CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2014/07/09 12:02:24
Modified files: regress/lib/libc/explicit_bzero: explicit_bzero.c Log message: Better workaround for OS X sigaltstack() bug OS X's sigaltstack() fails with ENOMEM if ss_size < MINSIGSTKSZ even if SS_DISABLE is specified in ss_flags. Rather than add code to try to cope with this stupidity, just don't bother restoring the original signal stack.