// https://syzkaller.appspot.com/bug?id=ea15ed20f874608f0b5e8f90c9d1cda69f1e34be // autogenerated by syzkaller (https://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include #include #include #include uint64_t r[2] = {0xffffffffffffffff, 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, 0xaul, 1ul, 0); if (res != -1) r[0] = res; *(uint32_t*)0x20000280 = 5; syscall(__NR_setsockopt, r[0], 1, 2, 0x20000280ul, 4ul); *(uint16_t*)0x20000080 = 0xa; *(uint16_t*)0x20000082 = htobe16(0x4e20); *(uint32_t*)0x20000084 = htobe32(0); memset((void*)0x20000088, 0, 16); *(uint32_t*)0x20000098 = 0; syscall(__NR_bind, r[0], 0x20000080ul, 0x1cul); *(uint16_t*)0x20000100 = 0xa; *(uint16_t*)0x20000102 = htobe16(0x4e20); *(uint32_t*)0x20000104 = htobe32(0); *(uint64_t*)0x20000108 = htobe64(0); *(uint64_t*)0x20000110 = htobe64(1); *(uint32_t*)0x20000118 = 0; syscall(__NR_sendto, r[0], 0ul, 0ul, 0x20040218ul, 0x20000100ul, 0x1cul); res = syscall(__NR_socket, 0xaul, 1ul, 0); if (res != -1) r[1] = res; *(uint32_t*)0x20000280 = 5; syscall(__NR_setsockopt, r[1], 1, 2, 0x20000280ul, 4ul); *(uint16_t*)0x20000080 = 0xa; *(uint16_t*)0x20000082 = htobe16(0x4e20); *(uint32_t*)0x20000084 = htobe32(0); memset((void*)0x20000088, 0, 16); *(uint32_t*)0x20000098 = 0; syscall(__NR_bind, r[1], 0x20000080ul, 0x1cul); *(uint16_t*)0x20001540 = 0xa; *(uint16_t*)0x20001542 = htobe16(0x4e20); *(uint32_t*)0x20001544 = htobe32(0); *(uint64_t*)0x20001548 = htobe64(0); *(uint64_t*)0x20001550 = htobe64(1); *(uint32_t*)0x20001558 = 0; syscall(__NR_sendto, r[1], 0ul, 0ul, 0x20040218ul, 0x20001540ul, 0x1cul); syscall(__NR_listen, r[1], 0); return 0; }