// https://syzkaller.appspot.com/bug?id=931b8ee1d48676e38d38bc6733533c39213c7e84 // 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, 2ul, 2ul, 0); if (res != -1) r[0] = res; *(uint32_t*)0x20000180 = 0x57bb; syscall(__NR_setsockopt, r[0], 1, 0xf, 0x20000180ul, 0x2caul); *(uint64_t*)0x20001a40 = 0; *(uint32_t*)0x20001a48 = 0; *(uint64_t*)0x20001a50 = 0; *(uint64_t*)0x20001a58 = 0; *(uint64_t*)0x20001a60 = 0; *(uint64_t*)0x20001a68 = 0; *(uint32_t*)0x20001a70 = 0; *(uint32_t*)0x20001a78 = 0; syscall(__NR_sendmmsg, r[0], 0x20001a40ul, 1ul, 0ul); return 0; }