google / syzkaller

syzkaller is an unsupervised coverage-guided kernel fuzzer
Apache License 2.0
5.34k stars 1.21k forks source link

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

Open ramosian-glider opened 3 months ago

ramosian-glider commented 3 months ago

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 commented 3 months ago

CC @eprucka3 @avagin @kalder