aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_linux.h')
-rw-r--r--executor/common_linux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h
index 90a873582..fc60e3a70 100644
--- a/executor/common_linux.h
+++ b/executor/common_linux.h
@@ -154,8 +154,6 @@ static void segv_handler(int sig, siginfo_t* info, void* uctx)
}
debug("SIGSEGV on %p, exiting\n", addr);
doexit(sig);
- for (;;) {
- }
}
static void install_segv_handler()