blob: 7fe64861762ba201b499196f19a04017e04e3ec0 [file] [log] [blame]
// general protection fault in smc_set_keepalive
// https://syzkaller.appspot.com/bug?id=b483094b9c1fb271ba62b14bdf05b5dd7506530c
// 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>
uint64_t r[1] = {0xffffffffffffffff};
void loop()
{
long res = 0;
res = syscall(__NR_socket, 0x2b, 1, 0);
if (res != -1)
r[0] = res;
syscall(__NR_listen, r[0], 0);
syscall(__NR_shutdown, r[0], 2);
*(uint32_t*)0x20000040 = 3;
syscall(__NR_setsockopt, r[0], 1, 9, 0x20000040, 4);
}
int main()
{
syscall(__NR_mmap, 0x20000000, 0x1000000, 3, 0x32, -1, 0);
loop();
return 0;
}