// https://syzkaller.appspot.com/bug?id=6e0a52d3b59113322b2623c087894f54532222bc // autogenerated by syzkaller (https://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include #include #include #include #include #include uint64_t r[1] = {0xffffffffffffffff}; int main(void) { syscall(SYS_mmap, /*addr=*/0x20000000ul, /*len=*/0x1000000ul, /*prot=PROT_WRITE|PROT_READ|PROT_EXEC*/ 7ul, /*flags=MAP_FIXED|MAP_ANONYMOUS|MAP_PRIVATE*/ 0x1012ul, /*fd=*/-1, /*offset=*/0ul); intptr_t res = 0; res = syscall(SYS_socketpair, /*domain=*/1ul, /*type=SOCK_STREAM*/ 1ul, /*proto=*/0, /*fds=*/0x20000840ul); if (res != -1) r[0] = *(uint32_t*)0x20000844; *(uint64_t*)0x20001040 = 0; *(uint32_t*)0x20001048 = 0; *(uint64_t*)0x20001050 = 0; *(uint64_t*)0x20001058 = 0; *(uint64_t*)0x20001060 = 0; *(uint64_t*)0x20001068 = 0; *(uint32_t*)0x20001070 = 0; syscall(SYS_sendmsg, /*fd=*/r[0], /*msg=*/0x20001040ul, /*f=MSG_EOF|MSG_DONTWAIT|MSG_EOR|MSG_OOB|0x185d516b184dbc00*/ 0x185d516b184dbd89ul); return 0; }