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

#define _GNU_SOURCE

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

static long syz_open_dev(volatile long a0, volatile long a1, volatile long a2)
{
  if (a0 == 0xc || a0 == 0xb) {
    char buf[128];
    sprintf(buf, "/dev/%s/%d:%d", a0 == 0xc ? "char" : "block", (uint8_t)a1,
            (uint8_t)a2);
    return open(buf, O_RDWR, 0);
  } else {
    char buf[1024];
    char* hash;
    strncpy(buf, (char*)a0, sizeof(buf) - 1);
    buf[sizeof(buf) - 1] = 0;
    while ((hash = strchr(buf, '#'))) {
      *hash = '0' + (char)(a1 % 10);
      a1 /= 10;
    }
    return open(buf, a2, 0);
  }
}

uint64_t r[2] = {0xffffffffffffffff, 0xffffffffffffffff};

int main(void)
{
  syscall(__NR_mmap, 0x1ffff000ul, 0x1000ul, 0ul, 0x32ul, -1, 0ul);
  syscall(__NR_mmap, 0x20000000ul, 0x1000000ul, 7ul, 0x32ul, -1, 0ul);
  syscall(__NR_mmap, 0x21000000ul, 0x1000ul, 0ul, 0x32ul, -1, 0ul);
  intptr_t res = 0;
  res = -1;
  res = syz_open_dev(0xc, 4, 1);
  if (res != -1)
    r[0] = res;
  *(uint8_t*)0x20000040 = 3;
  *(uint8_t*)0x20000041 = 3;
  *(uint16_t*)0x20000042 = 0;
  *(uint16_t*)0x20000044 = 0;
  *(uint16_t*)0x20000046 = 0;
  *(uint16_t*)0x20000048 = 0;
  *(uint16_t*)0x2000004a = 0;
  syscall(__NR_ioctl, r[0], 0x4b61, 0x20000040ul);
  res = -1;
  res = syz_open_dev(0xc, 4, 1);
  if (res != -1)
    r[1] = res;
  *(uint8_t*)0x20000040 = 3;
  *(uint8_t*)0x20000041 = 3;
  *(uint16_t*)0x20000042 = 0;
  *(uint16_t*)0x20000044 = 0;
  *(uint16_t*)0x20000046 = 0;
  *(uint16_t*)0x20000048 = 0;
  *(uint16_t*)0x2000004a = 0;
  syscall(__NR_ioctl, r[1], 0x5609, 0x20000040ul);
  return 0;
}