// https://syzkaller.appspot.com/bug?id=913598f2ef4504460d88ae845830e245d00debd5 // autogenerated by syzkaller (https://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include static void sleep_ms(uint64_t ms) { usleep(ms * 1000); } static uint64_t current_time_ms(void) { struct timespec ts; if (clock_gettime(CLOCK_MONOTONIC, &ts)) exit(1); return (uint64_t)ts.tv_sec * 1000 + (uint64_t)ts.tv_nsec / 1000000; } #define BITMASK(bf_off, bf_len) (((1ull << (bf_len)) - 1) << (bf_off)) #define STORE_BY_BITMASK(type, htobe, addr, val, bf_off, bf_len) \ *(type*)(addr) = \ htobe((htobe(*(type*)(addr)) & ~BITMASK((bf_off), (bf_len))) | \ (((type)(val) << (bf_off)) & BITMASK((bf_off), (bf_len)))) static void kill_and_wait(int pid, int* status) { kill(-pid, SIGKILL); kill(pid, SIGKILL); int i; for (i = 0; i < 100; i++) { if (waitpid(-1, status, WNOHANG | __WALL) == pid) return; usleep(1000); } DIR* dir = opendir("/sys/fs/fuse/connections"); if (dir) { for (;;) { struct dirent* ent = readdir(dir); if (!ent) break; if (strcmp(ent->d_name, ".") == 0 || strcmp(ent->d_name, "..") == 0) continue; char abort[300]; snprintf(abort, sizeof(abort), "/sys/fs/fuse/connections/%s/abort", ent->d_name); int fd = open(abort, O_WRONLY); if (fd == -1) { continue; } if (write(fd, abort, 1) < 0) { } close(fd); } closedir(dir); } else { } while (waitpid(-1, status, __WALL) != pid) { } } #define SYZ_HAVE_SETUP_TEST 1 static void setup_test() { prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); setpgrp(); } #define SYZ_HAVE_RESET_TEST 1 static void reset_test() { int fd; for (fd = 3; fd < 30; fd++) close(fd); } static void execute_one(void); #define WAIT_FLAGS __WALL static void loop(void) { int iter; for (iter = 0;; iter++) { int pid = fork(); if (pid < 0) exit(1); if (pid == 0) { setup_test(); execute_one(); reset_test(); exit(0); } int status = 0; uint64_t start = current_time_ms(); for (;;) { if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid) break; sleep_ms(1); if (current_time_ms() - start < 5 * 1000) continue; kill_and_wait(pid, &status); break; } } } #ifndef __NR_memfd_create #define __NR_memfd_create 319 #endif uint64_t r[3] = {0xffffffffffffffff, 0xffffffffffffffff, 0xffffffffffffffff}; void execute_one(void) { long res = 0; memcpy((void*)0x200001c0, "/dev/ashmem\x00", 12); res = syscall(__NR_openat, 0xffffffffffffff9c, 0x200001c0, 0, 0); if (res != -1) r[0] = res; syscall(__NR_ioctl, r[0], 0x40087703, 0x20010002); syscall(__NR_mmap, 0x20ffb000, 0x1000, 0, 0x400000000202012, r[0], 0); memcpy((void*)0x20000000, "\x00", 1); syscall(__NR_ioctl, r[0], 0x40087708, 0x20000000); syscall(__NR_ioctl, r[0], 0x770a, 0); memcpy((void*)0x20000140, "(\x00", 2); res = syscall(__NR_memfd_create, 0x20000140, 2); if (res != -1) r[1] = res; *(uint32_t*)0x20000c40 = -1; syscall(__NR_write, r[1], 0x20000c40, 0xff67); syscall(__NR_fcntl, r[1], 0x409, 8); *(uint32_t*)0x20000200 = 7; *(uint32_t*)0x20000204 = 0x70; *(uint8_t*)0x20000208 = 2; *(uint8_t*)0x20000209 = 0; *(uint8_t*)0x2000020a = 0; *(uint8_t*)0x2000020b = 0; *(uint32_t*)0x2000020c = 0; *(uint64_t*)0x20000210 = 0; *(uint64_t*)0x20000218 = 0; *(uint64_t*)0x20000220 = 0; STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 0, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 1, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 2, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 3, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 4, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 5, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 6, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 7, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 8, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 9, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 10, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 11, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 12, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 13, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 14, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 15, 2); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 17, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 18, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 19, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 20, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 21, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 22, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 23, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 24, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 25, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 26, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 27, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 28, 1); STORE_BY_BITMASK(uint64_t, , 0x20000228, 0, 29, 35); *(uint32_t*)0x20000230 = 0; *(uint32_t*)0x20000234 = 0; *(uint64_t*)0x20000238 = 0; *(uint64_t*)0x20000240 = 0; *(uint64_t*)0x20000248 = 0; *(uint64_t*)0x20000250 = 0; *(uint32_t*)0x20000258 = 0; *(uint32_t*)0x2000025c = 0; *(uint64_t*)0x20000260 = 0; *(uint32_t*)0x20000268 = 0; *(uint16_t*)0x2000026c = 0; *(uint16_t*)0x2000026e = 0; res = syscall(__NR_perf_event_open, 0x20000200, -1, 0, -1, 0); if (res != -1) r[2] = res; syscall(__NR_read, r[2], 0x20367fe4, 0x5b); } int main(void) { syscall(__NR_mmap, 0x20000000, 0x1000000, 3, 0x32, -1, 0); loop(); return 0; }