// https://syzkaller.appspot.com/bug?id=3b8314ebdee3f1df013fbb35802d4acdce0c3c13 // autogenerated by syzkaller (http://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include static void test(); void loop() { while (1) { test(); } } void test() { syscall(__NR_clone, 0x40000000, 0x20661ff9, 0x2095dffc, 0x20f70000, 0x20323000); } int main() { for (;;) { loop(); } }