blob: 35445fb59df52de52ee852cef224497f5384f040 [file] [log] [blame]
// WARNING in __debug_object_init
// https://syzkaller.appspot.com/bug?id=1a1dd8f5ee84f872f62fba8b6d7ab2f7bae08286
// status:fixed
// autogenerated by syzkaller (http://github.com/google/syzkaller)
#define _GNU_SOURCE
#include <endian.h>
#include <stdint.h>
#include <string.h>
#include <sys/syscall.h>
#include <unistd.h>
void loop()
{
*(uint64_t*)0x2084fff0 = 0;
*(uint64_t*)0x2084fff8 = 0;
syscall(__NR_clock_nanosleep, 9, 0, 0x2084fff0, 0x20fd9000);
}
int main()
{
syscall(__NR_mmap, 0x20000000, 0x1000000, 3, 0x32, -1, 0);
loop();
return 0;
}