// 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_unshare, 0x40020000); } int main() { for (;;) { loop(); } }