// https://syzkaller.appspot.com/bug?id=845a4a1343d5c601040bce9cf397d821cbcbbb19 // autogenerated by syzkaller (https://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include #include #include #include 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; res = syscall(__NR_socket, 0x2bul, 1ul, 0); if (res != -1) r[0] = res; *(uint64_t*)0x20003d80 = 0; *(uint32_t*)0x20003d88 = 0; *(uint64_t*)0x20003d90 = 0; *(uint64_t*)0x20003d98 = 0; *(uint64_t*)0x20003da0 = 0; *(uint64_t*)0x20003da8 = 0; *(uint32_t*)0x20003db0 = 0; *(uint32_t*)0x20003db8 = 0; syscall(__NR_sendmmsg, r[0], 0x20003d80ul, 1ul, 0ul); return 0; }