// 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*)0x20000cc0, "\x44\x0f\xfd\x38\xd9\xe8\x66\x0f\x68\xe5\x45\x0f" "\x71\xf0\x22\x42\xef\x0f\x94\x05\x30\xb3\x00\x00" "\x40\x0f\x67\x8e\x8b\xb1\x84\x2c\xf3\x40\x74\x00" "\x8f\x29\x78\x02\xf1\xc4\x42\xb9\xde\xc9", 46); syz_execute_func(0x20000cc0); return 0; }