diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/common_linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h index 6b5fcad71..cb554b364 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -4988,6 +4988,7 @@ static void setup_binfmt_misc() { if (mount(0, "/proc/sys/fs/binfmt_misc", "binfmt_misc", 0, 0)) { debug("mount(binfmt_misc) failed: %d\n", errno); + return; } if (!write_file("/proc/sys/fs/binfmt_misc/register", ":syz0:M:0:\x01::./file0:") || !write_file("/proc/sys/fs/binfmt_misc/register", ":syz1:M:1:\x02::./file0:POC")) |
