// https://syzkaller.appspot.com/bug?id=889c6ffa4b60ce28909082580e78a68b136c373f // autogenerated by syzkaller (https://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include #include #include #include #include #include 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[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 = -1; res = syz_open_dev(0xc, 4, 0x15); if (res != -1) r[0] = res; *(uint32_t*)0x20000080 = 0x15; syscall(__NR_ioctl, r[0], 0x5423, 0x20000080ul); *(uint32_t*)0x20000040 = 2; *(uint32_t*)0x20000044 = 0; *(uint32_t*)0x20000048 = 1; *(uint32_t*)0x2000004c = 0; *(uint8_t*)0x20000050 = 0; memcpy((void*)0x20000051, "\xeb\xee\xd7\x00\x00\x00\x00\x00\x00\x00\x00\x96\x00\x00\x00\x08\x00" "\x00\x00", 19); *(uint32_t*)0x20000064 = 0; *(uint32_t*)0x20000068 = 2; syscall(__NR_ioctl, r[0], 0x404c4701, 0x20000040ul); return 0; }