// https://syzkaller.appspot.com/bug?id=120e32d4657423b89e205beb9f310e8c3f557791 // 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_procfs(volatile long a0, volatile long a1) { char buf[128]; memset(buf, 0, sizeof(buf)); if (a0 == 0) { snprintf(buf, sizeof(buf), "/proc/self/%s", (char*)a1); } else if (a0 == -1) { snprintf(buf, sizeof(buf), "/proc/thread-self/%s", (char*)a1); } else { snprintf(buf, sizeof(buf), "/proc/self/task/%d/%s", (int)a0, (char*)a1); } int fd = open(buf, O_RDWR); if (fd == -1) fd = open(buf, O_RDONLY); return fd; } uint64_t r[1] = {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*)0x200000c0, "./file1\000", 8); syscall(__NR_mknodat, 0xffffff9c, 0x200000c0ul, 0ul, 0); memcpy((void*)0x20000180, "net\000", 4); res = -1; res = syz_open_procfs(-1, 0x20000180); if (res != -1) r[0] = res; memcpy((void*)0x20000140, "./file1\000", 8); memcpy((void*)0x200001c0, "./file0\000", 8); syscall(__NR_linkat, 0xffffff9c, 0x20000140ul, r[0], 0x200001c0ul, 0ul); return 0; }