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

#define _GNU_SOURCE
#include <endian.h>
#include <stdint.h>
#include <string.h>
#include <sys/syscall.h>
#include <unistd.h>

uint64_t r[1] = {0xffffffffffffffff};
void loop()
{
  long res;
  memcpy((void*)0x20b4508a, "/dev/ashmem", 12);
  res = syscall(__NR_openat, 0xffffffffffffff9c, 0x20b4508a, 0, 0);
  if (res != -1)
    r[0] = res;
  syscall(__NR_ioctl, r[0], 0x40087703, 2);
  syscall(__NR_mmap, 0x203f5000, 0x2000, 0, 0x1011, r[0], 0);
  syscall(__NR_ioctl, r[0], 0x7709, 0);
}

int main()
{
  syscall(__NR_mmap, 0x20000000, 0x1000000, 3, 0x32, -1, 0);
  loop();
  return 0;
}