summaryrefslogtreecommitdiff
path: root/signal.c
diff options
context:
space:
mode:
-rw-r--r--signal.c1
1 files changed, 1 insertions, 0 deletions
@@ -853,6 +853,7 @@ check_stack_overflow(int sig, const uintptr_t addr, const ucontext_t *ctx)
* otherwise it can cause stack overflow again at the same
* place. */
if ((crit = (!ec->tag->prev || !--uplevel)) != FALSE) break;
ec->tag = ec->tag->prev;
}
reset_sigmask(sig);