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 044410792..e0280054c 100644
--- a/executor/executor.cc
+++ b/executor/executor.cc
@@ -185,7 +185,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) {