// https://syzkaller.appspot.com/bug?id=d969589dcca96808c8c22e856cc5045148895eee // autogenerated by syzkaller (http://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include #ifndef __NR_poll #define __NR_poll 168 #endif #ifndef __NR_mmap #define __NR_mmap 192 #endif #ifndef __NR_socket #define __NR_socket 359 #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; *(uint32_t*)0x20000040 = r[0]; *(uint16_t*)0x20000044 = 0; *(uint16_t*)0x20000046 = 0; syscall(__NR_poll, 0x20000040, 1, 3); } int main() { syscall(__NR_mmap, 0x20000000, 0x1000000, 3, 0x32, -1, 0); loop(); return 0; }