// https://syzkaller.appspot.com/bug?id=576237a131a1903f39ca35eeb172a64b6563fe41 // autogenerated by syzkaller (http://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include void loop() { syscall(__NR_shmget, 0, 0, 0, 0x20b39000); } int main() { syscall(__NR_mmap, 0x20000000, 0x1000000, 3, 0x32, -1, 0); loop(); return 0; }