// 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*)0x20000080, "\x36\x66\x44\x0f\x50\xf5\xe7\xc3\xe7\xe7\xe2\xc9" "\x82\x82\x0f\x2e\xfa\x66\x42\x0f\xe2\xe3\x3e\x0f" "\x11\x10\xc4\x02\xfd\x25\x2e\xd3\x19\x6f", 34); syz_execute_func(0x20000080); return 0; }