// https://syzkaller.appspot.com/bug?id=e6028c53b349b6a97a83fe01a2013ac52db59710 // autogenerated by syzkaller (https://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include #include #include #include #include #include static long syz_open_dev(volatile long a0, volatile long a1, volatile long a2) { if (a0 == 0xc || a0 == 0xb) { char buf[128]; sprintf(buf, "/dev/%s/%d:%d", a0 == 0xc ? "char" : "block", (uint8_t)a1, (uint8_t)a2); return open(buf, O_RDWR, 0); } else { char buf[1024]; char* hash; strncpy(buf, (char*)a0, sizeof(buf) - 1); buf[sizeof(buf) - 1] = 0; while ((hash = strchr(buf, '#'))) { *hash = '0' + (char)(a1 % 10); a1 /= 10; } return open(buf, a2, 0); } } uint64_t r[2] = {0xffffffffffffffff, 0xffffffffffffffff}; int main(void) { syscall(__NR_mmap, 0x1ffff000ul, 0x1000ul, 0ul, 0x32ul, -1, 0ul); syscall(__NR_mmap, 0x20000000ul, 0x1000000ul, 7ul, 0x32ul, -1, 0ul); syscall(__NR_mmap, 0x21000000ul, 0x1000ul, 0ul, 0x32ul, -1, 0ul); intptr_t res = 0; memcpy((void*)0x20000080, "./file0\000", 8); res = syscall(__NR_open, 0x20000080ul, 0x40c5ul, 0ul); if (res != -1) r[0] = res; res = syz_open_dev(0xc, 4, 1); if (res != -1) r[1] = res; memcpy((void*)0x20000040, "./file0\000", 8); memcpy((void*)0x20000080, "9p\000", 3); memcpy((void*)0x200000c0, "trans=fd,", 9); memcpy((void*)0x200000c9, "rfdno", 5); *(uint8_t*)0x200000ce = 0x3d; sprintf((char*)0x200000cf, "0x%016llx", (long long)r[0]); *(uint8_t*)0x200000e1 = 0x2c; memcpy((void*)0x200000e2, "wfdno", 5); *(uint8_t*)0x200000e7 = 0x3d; sprintf((char*)0x200000e8, "0x%016llx", (long long)r[1]); *(uint8_t*)0x200000fa = 0x2c; *(uint8_t*)0x200000fb = 0; syscall(__NR_mount, 0ul, 0x20000040ul, 0x20000080ul, 0ul, 0x200000c0ul); return 0; }