// https://syzkaller.appspot.com/bug?id=d204aaca3ac260c553e053c566b529f350ea6454 // autogenerated by syzkaller (http://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include static void execute_one(); extern unsigned long long procid; void loop() { while (1) { execute_one(); } } #ifndef __NR_mmap #define __NR_mmap 192 #endif #ifndef __NR_sync #define __NR_sync 36 #endif #undef __NR_mmap #define __NR_mmap __NR_mmap2 void execute_one() { syscall(__NR_sync); } int main() { syscall(__NR_mmap, 0x20000000, 0x1000000, 3, 0x32, -1, 0); for (;;) { loop(); } }