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

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

#define BITMASK_LEN(type, bf_len) (type)((1ull << (bf_len)) - 1)

#define BITMASK_LEN_OFF(type, bf_off, bf_len)                                  \
  (type)(BITMASK_LEN(type, (bf_len)) << (bf_off))

#define STORE_BY_BITMASK(type, addr, val, bf_off, bf_len)                      \
  if ((bf_off) == 0 && (bf_len) == 0) {                                        \
    *(type*)(addr) = (type)(val);                                              \
  } else {                                                                     \
    type new_val = *(type*)(addr);                                             \
    new_val &= ~BITMASK_LEN_OFF(type, (bf_off), (bf_len));                     \
    new_val |= ((type)(val)&BITMASK_LEN(type, (bf_len))) << (bf_off);          \
    *(type*)(addr) = new_val;                                                  \
  }

struct csum_inet {
  uint32_t acc;
};

static void csum_inet_init(struct csum_inet* csum)
{
  csum->acc = 0;
}

static void csum_inet_update(struct csum_inet* csum, const uint8_t* data,
                             size_t length)
{
  if (length == 0)
    return;

  size_t i;
  for (i = 0; i < length - 1; i += 2)
    csum->acc += *(uint16_t*)&data[i];

  if (length & 1)
    csum->acc += (uint16_t)data[length - 1];

  while (csum->acc > 0xffff)
    csum->acc = (csum->acc & 0xffff) + (csum->acc >> 16);
}

static uint16_t csum_inet_digest(struct csum_inet* csum)
{
  return ~csum->acc;
}

static uintptr_t syz_open_dev(uintptr_t a0, uintptr_t a1, uintptr_t 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));
    buf[sizeof(buf) - 1] = 0;
    while ((hash = strchr(buf, '#'))) {
      *hash = '0' + (char)(a1 % 10);
      a1 /= 10;
    }
    return open(buf, a2, 0);
  }
}

#ifndef __NR_fcntl
#define __NR_fcntl 55
#endif
#ifndef __NR_ioctl
#define __NR_ioctl 54
#endif
#ifndef __NR_bind
#define __NR_bind 361
#endif
#ifndef __NR_dup2
#define __NR_dup2 63
#endif
#ifndef __NR_write
#define __NR_write 4
#endif
#ifndef __NR_mmap
#define __NR_mmap 192
#endif
#ifndef __NR_socket
#define __NR_socket 359
#endif
#ifndef __NR_setsockopt
#define __NR_setsockopt 366
#endif
#undef __NR_mmap
#define __NR_mmap __NR_mmap2

long r[5];
void loop()
{
  memset(r, -1, sizeof(r));
  syscall(__NR_mmap, 0x20000000, 0xfff000, 3, 0x32, -1, 0);
  r[0] = syscall(__NR_socket, 2, 1, 0);
  memcpy((void*)0x20c55000, "/dev/net/tun", 13);
  r[1] = syz_open_dev(0x20c55000, 0, 0);
  r[2] = syscall(__NR_fcntl, r[1], 0, r[0]);
  r[3] = syscall(__NR_socket, 0x11, 0x80003, 8);
  *(uint8_t*)0x20e63000 = 0x73;
  *(uint8_t*)0x20e63001 = 0x79;
  *(uint8_t*)0x20e63002 = 0x7a;
  *(uint8_t*)0x20e63003 = 0x30;
  *(uint8_t*)0x20e63004 = 0;
  *(uint32_t*)0x20e63010 = 5;
  *(uint32_t*)0x20e63014 = 0;
  *(uint32_t*)0x20e63018 = 0x20c15000;
  *(uint32_t*)0x20c15000 = 0;
  *(uint32_t*)0x20c15004 = 0;
  *(uint16_t*)0x20c15008 = 0;
  syscall(__NR_ioctl, r[1], 0x400454ca, 0x20e63000);
  *(uint8_t*)0x2062ffe0 = 0x73;
  *(uint8_t*)0x2062ffe1 = 0x79;
  *(uint8_t*)0x2062ffe2 = 0x7a;
  *(uint8_t*)0x2062ffe3 = 0x30;
  *(uint8_t*)0x2062ffe4 = 0;
  *(uint16_t*)0x2062fff0 = 0x301;
  syscall(__NR_ioctl, r[0], 0x8914, 0x2062ffe0);
  *(uint32_t*)0x20113000 = 0x1000;
  syscall(__NR_setsockopt, r[3], 0x107, 0xf, 0x20113000, 4);
  *(uint8_t*)0x20b13000 = 0x73;
  *(uint8_t*)0x20b13001 = 0x79;
  *(uint8_t*)0x20b13002 = 0x7a;
  *(uint8_t*)0x20b13003 = 0x30;
  *(uint8_t*)0x20b13004 = 0;
  *(uint32_t*)0x20b13010 = 0;
  *(uint8_t*)0x20b13014 = 0;
  *(uint8_t*)0x20b13015 = 0;
  *(uint8_t*)0x20b13016 = 0;
  *(uint8_t*)0x20b13017 = 0;
  *(uint8_t*)0x20b13018 = 0;
  *(uint8_t*)0x20b13019 = 0;
  *(uint8_t*)0x20b1301a = 0;
  *(uint8_t*)0x20b1301b = 0;
  *(uint8_t*)0x20b1301c = 0;
  *(uint8_t*)0x20b1301d = 0;
  *(uint8_t*)0x20b1301e = 0;
  *(uint8_t*)0x20b1301f = 0;
  *(uint8_t*)0x20b13020 = 0;
  *(uint8_t*)0x20b13021 = 0;
  *(uint8_t*)0x20b13022 = 0;
  *(uint8_t*)0x20b13023 = 0;
  *(uint8_t*)0x20b13024 = 0;
  *(uint8_t*)0x20b13025 = 0;
  *(uint8_t*)0x20b13026 = 0;
  *(uint8_t*)0x20b13027 = 0;
  if (syscall(__NR_ioctl, r[3], 0x8933, 0x20b13000) != -1)
    r[4] = *(uint32_t*)0x20b13010;
  *(uint16_t*)0x20c85000 = 0x11;
  *(uint16_t*)0x20c85002 = htobe16(0);
  *(uint32_t*)0x20c85004 = r[4];
  *(uint16_t*)0x20c85008 = 1;
  *(uint8_t*)0x20c8500a = 0;
  *(uint8_t*)0x20c8500b = 6;
  *(uint8_t*)0x20c8500c = 0xaa;
  *(uint8_t*)0x20c8500d = 0xaa;
  *(uint8_t*)0x20c8500e = 0xaa;
  *(uint8_t*)0x20c8500f = 0xaa;
  *(uint8_t*)0x20c85010 = 0xaa;
  *(uint8_t*)0x20c85011 = 0;
  *(uint8_t*)0x20c85012 = 0;
  *(uint8_t*)0x20c85013 = 0;
  syscall(__NR_bind, r[3], 0x20c85000, 0x14);
  syscall(__NR_dup2, r[3], r[2]);
  *(uint8_t*)0x20217f75 = 0;
  *(uint8_t*)0x20217f76 = 0x81;
  *(uint16_t*)0x20217f77 = 1;
  *(uint16_t*)0x20217f79 = 0xf7e8;
  *(uint16_t*)0x20217f7b = 0;
  *(uint16_t*)0x20217f7d = 3;
  STORE_BY_BITMASK(uint8_t, 0x20217f7f, 5, 0, 4);
  STORE_BY_BITMASK(uint8_t, 0x20217f7f, 4, 4, 4);
  STORE_BY_BITMASK(uint8_t, 0x20217f80, 0, 0, 2);
  STORE_BY_BITMASK(uint8_t, 0x20217f80, 0xfd, 2, 6);
  *(uint16_t*)0x20217f81 = htobe16(0x1c);
  *(uint16_t*)0x20217f83 = htobe16(0x64);
  *(uint16_t*)0x20217f85 = htobe16(0);
  *(uint8_t*)0x20217f87 = 7;
  *(uint8_t*)0x20217f88 = 0x84;
  *(uint16_t*)0x20217f89 = 0;
  *(uint32_t*)0x20217f8b = htobe32(0x20);
  *(uint32_t*)0x20217f8f = htobe32(0x7f000001);
  *(uint8_t*)0x20217f93 = 0;
  *(uint8_t*)0x20217f94 = 9;
  *(uint16_t*)0x20217f95 = 0;
  *(uint32_t*)0x20217f97 = htobe32(0x7f000001);
  struct csum_inet csum_1;
  csum_inet_init(&csum_1);
  csum_inet_update(&csum_1, (const uint8_t*)0x20217f93, 8);
  *(uint16_t*)0x20217f95 = csum_inet_digest(&csum_1);
  struct csum_inet csum_2;
  csum_inet_init(&csum_2);
  csum_inet_update(&csum_2, (const uint8_t*)0x20217f7f, 20);
  *(uint16_t*)0x20217f89 = csum_inet_digest(&csum_2);
  syscall(__NR_write, r[2], 0x20217f75, 0x26);
}

int main()
{
  loop();
  return 0;
}