// https://syzkaller.appspot.com/bug?id=2668718853a3764ffe6976db2451c75e34780d67
// autogenerated by syzkaller (https://github.com/google/syzkaller)

#define _GNU_SOURCE

#include <endian.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/syscall.h>
#include <sys/types.h>
#include <unistd.h>

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*)0x20000200, "\x36\x66\x44\x0f\x50\xf5\xe6\x64\x40\x0f\x9f\x72"
                            "\x41\x23\xc4\x22\x79\x23\x8e\x08\x00\x00\x00\xc4"
                            "\xc2\x7d\x79\x4e\x00\xc4\xc1\x7b\x70\x8e\xc1\x00"
                            "\x00\x00\x7c\xf3\xac\x10\x28\x01\xc1\xc4\xc1\xaf"
                            "\x5a\xda\x85\x19\x7f",
         53);
  syz_execute_func(0x20000200);
  return 0;
}