// 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*)0x20000280, "\x36\x66\x44\x0f\x50\xf5\x66\xee\x64\x40\x5d\x0f" "\x45\x5d\x45\x5d\xc4\xe2\xc9\x97\x58\x42\xc4\xc2" "\x7d\x79\x4e\x00\x66\x42\x0f\xe2\xe3\x3e\x0f\x11" "\x10\xc4\x42\x01\x9d\xcc\xc4\xe3\x1d\x4b\xdf\xdd" "\xc4\x81\xad\x73\xf0\xba", 54); syz_execute_func(0x20000280); return 0; }