aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'executor/executor.cc')
-rw-r--r--executor/executor.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/executor/executor.cc b/executor/executor.cc
index 800ac932e..04624cdc8 100644
--- a/executor/executor.cc
+++ b/executor/executor.cc
@@ -186,7 +186,8 @@ int main(int argc, char** argv)
uint64_t executor_pid = *((uint64_t*)input_data + 1);
cover_open();
- setup_main_process();
+ install_segv_handler();
+ use_temporary_dir();
int pid = -1;
switch (flag_sandbox) {