// https://syzkaller.appspot.com/bug?id=d524c1aac21f8ea2759b6314c2e48bfa230c38b0
// 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>

uint64_t r[1] = {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 = syscall(__NR_socket, 0x15ul, 5ul, 0);
  if (res != -1)
    r[0] = res;
  *(uint16_t*)0x20000840 = 2;
  *(uint16_t*)0x20000842 = htobe16(0);
  *(uint32_t*)0x20000844 = htobe32(0x7f000001);
  syscall(__NR_bind, r[0], 0x20000840ul, 0x10ul);
  *(uint64_t*)0x20001600 = 0x20000000;
  *(uint16_t*)0x20000000 = 2;
  *(uint16_t*)0x20000002 = htobe16(0);
  *(uint8_t*)0x20000004 = 0xac;
  *(uint8_t*)0x20000005 = 0x14;
  *(uint8_t*)0x20000006 = 0x14;
  *(uint8_t*)0x20000007 = 0xbb;
  *(uint32_t*)0x20001608 = 0x10;
  *(uint64_t*)0x20001610 = 0;
  *(uint64_t*)0x20001618 = 0;
  *(uint64_t*)0x20001620 = 0x20000780;
  *(uint64_t*)0x20000780 = 0x48;
  *(uint32_t*)0x20000788 = 0x114;
  *(uint32_t*)0x2000078c = 1;
  *(uint32_t*)0x20000790 = 0;
  *(uint32_t*)0x20000794 = 0;
  *(uint64_t*)0x20000798 = 0;
  *(uint64_t*)0x200007a0 = 0;
  *(uint64_t*)0x200007a8 = 0x200006c0;
  *(uint64_t*)0x200006c0 = 0x20000100;
  *(uint64_t*)0x200006c8 = 0x2c;
  *(uint64_t*)0x200007b0 = 0xffffff1f;
  *(uint64_t*)0x200007b8 = 0x20;
  *(uint64_t*)0x200007c0 = 0;
  *(uint64_t*)0x20001628 = 0x48;
  *(uint32_t*)0x20001630 = 0;
  syscall(__NR_sendmsg, r[0], 0x20001600ul, 0ul);
  return 0;
}