// https://syzkaller.appspot.com/bug?id=28bc35dd6f026b2878e30804670f6f0c39932f16 // autogenerated by syzkaller (http://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include void loop() { syscall(__NR_mmap, 0x20000000, 0xfff000, 3, 0x32, -1, 0); memcpy((void*)0x20000ff1, "/dev/sequencer", 15); syscall(__NR_openat, 0xffffffffffffff9c, 0x20000ff1, 0x2c802, 0); } int main() { loop(); return 0; }