// https://syzkaller.appspot.com/bug?id=1b1bd1b31a9f21b879865fb897133769e2de8a33 // autogenerated by syzkaller (https://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include #include #include #include #ifndef __NR_mmap #define __NR_mmap 192 #endif #ifndef __NR_setsockopt #define __NR_setsockopt 366 #endif #ifndef __NR_socket #define __NR_socket 359 #endif #undef __NR_mmap #define __NR_mmap __NR_mmap2 uint64_t r[1] = {0xffffffffffffffff}; int main(void) { syscall(__NR_mmap, 0x20000000, 0x1000000, 3, 0x32, -1, 0); intptr_t res = 0; res = syscall(__NR_socket, 0x11, 2, 0x300); if (res != -1) r[0] = res; *(uint32_t*)0x20000000 = 2; syscall(__NR_setsockopt, (intptr_t)r[0], 0x107, 0xa, 0x20000000, 4); *(uint32_t*)0x20000080 = 0x10000; *(uint32_t*)0x20000084 = 1; *(uint32_t*)0x20000088 = 0x10000; *(uint32_t*)0x2000008c = 1; *(uint32_t*)0x20000090 = 7; *(uint32_t*)0x20000094 = 0; *(uint32_t*)0x20000098 = 0; syscall(__NR_setsockopt, (intptr_t)r[0], 0x107, 0xd, 0x20000080, 0x1c); return 0; }