// https://syzkaller.appspot.com/bug?id=75fe6df4627d7e49fca2e0a73dfc12f5fac4588f // autogenerated by syzkaller (http://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include #ifndef __NR_shutdown #define __NR_shutdown 373 #endif #ifndef __NR_setsockopt #define __NR_setsockopt 366 #endif #ifndef __NR_mmap #define __NR_mmap 192 #endif #ifndef __NR_socket #define __NR_socket 359 #endif #ifndef __NR_listen #define __NR_listen 363 #endif #undef __NR_mmap #define __NR_mmap __NR_mmap2 uint64_t r[1] = {0xffffffffffffffff}; void loop() { long res = 0; res = syscall(__NR_socket, 0x2b, 1, 0); if (res != -1) r[0] = res; syscall(__NR_listen, r[0], 0); syscall(__NR_shutdown, r[0], 2); *(uint32_t*)0x20000040 = 3; syscall(__NR_setsockopt, r[0], 1, 9, 0x20000040, 4); } int main() { syscall(__NR_mmap, 0x20000000, 0x1000000, 3, 0x32, -1, 0); loop(); return 0; }