// https://syzkaller.appspot.com/bug?id=126ab667f003eed2434b03214c5fda3edafc0edb // autogenerated by syzkaller (http://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include void loop() { memcpy((void*)0x20000bc0, "./file0", 8); memcpy((void*)0x20000c00, "./file0", 8); syscall(SYS_symlink, 0x20000bc0, 8, 0x20000c00, 8); memcpy((void*)0x20000c40, "./file0/file0", 14); memcpy((void*)0x20000c80, "./file0", 8); syscall(SYS_rename, 0x20000c40, 0xe, 0x20000c80, 8); } int main() { syscall(SYS_mmap, 0x20000000, 0x1000000, 3, 0x32, -1, 0); loop(); return 0; }