diff options
| author | Kris Alder <kalder@google.com> | 2023-03-20 14:08:31 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-03-21 09:21:15 +0100 |
| commit | 03fb95387494de5b57bd8487026a556d24044179 (patch) | |
| tree | 5811104340c6664a94c050e172f50042a1e59e86 /docs/linux | |
| parent | 7939252e4ddf50bbb9912069a40d32f6c83c4f8e (diff) | |
executor: use valid temporary dir on Android
The call to mkdtemp() will fail when given
/data/data/syzkaller/syzkaller-XXXXXX, since /data/data/syzkaller/
doesn't exist. The correct temporary dir on Android is /data/local/tmp,
which exists by default.
Diffstat (limited to 'docs/linux')
0 files changed, 0 insertions, 0 deletions
