syzkaller icon indicating copy to clipboard operation
syzkaller copied to clipboard

executor: linux: Android and gVisor are unable to mount tmpfs with sandbox=none

Open ramosian-glider opened this issue 7 months ago • 1 comments

https://github.com/google/syzkaller/pull/4959 broke program execution on Android:

SYZFAIL: mount(tmpfs) failed
 (errno 28: No space left on device)
loop exited with status 67

and gVisor:

SYZFAIL: mount(proc) failed
 (errno 14: Bad address)
loop exited with status 67

ramosian-glider avatar Jul 03 '24 08:07 ramosian-glider