aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common.h')
-rw-r--r--executor/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common.h b/executor/common.h
index fb7b04f4a..a47e6694e 100644
--- a/executor/common.h
+++ b/executor/common.h
@@ -220,7 +220,7 @@ static uint64 current_time_ms(void)
static void use_temporary_dir(void)
{
#if SYZ_SANDBOX_ANDROID
- char tmpdir_template[] = "/data/data/syzkaller/syzkaller.XXXXXX";
+ char tmpdir_template[] = "/data/local/tmp/syzkaller.XXXXXX";
#elif GOOS_fuchsia
char tmpdir_template[] = "/tmp/syzkaller.XXXXXX";
#else