// https://syzkaller.appspot.com/bug?id=2668718853a3764ffe6976db2451c75e34780d67 // autogenerated by syzkaller (https://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include #include #include #include static long syz_execute_func(long text) { ((void (*)(void))(text))(); return 0; } int main(void) { syscall(__NR_mmap, 0x20000000, 0x1000000, 3, 0x32, -1, 0); memcpy((void*)0x200004c0, "\xf3\x66\x64\xdb\xf0\xf3\x42\x0f\xbd\x67\xfe\x41\xef\xc4\x02\x79\x20" "\x71\x60\xc4\xe1\x7c\x51\xf4\xc4\x42\xf9\x33\x4d\x00\xc4\xa1\x5f\x5e" "\xd3\x45\x0f\xae\xe9\x8f\xc9\x78\xd1\x18\xc4\xe1\xfd\x11\x1f", 49); syz_execute_func(0x200004c0); return 0; }