// 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*)0x20000500, "./file0", 8); memcpy((void*)0x20000540, "./file0", 8); syscall(SYS_symlink, 0x20000500, 8, 0x20000540, 8); memcpy((void*)0x20000640, "./file0/file0", 14); syscall(SYS_lstat, 0x20000640, 0xe, 0x20000680); } int main() { syscall(SYS_mmap, 0x20000000, 0x1000000, 3, 0x32, -1, 0); loop(); return 0; }