blob: 429f4d24965f6481ac737b457b4cdcc952fd21ab [file] [log] [blame]
// general protection fault in __x86_indirect_thunk_rbx
// https://syzkaller.appspot.com/bug?id=9c65accb85b71ee72e58b2874fc7608a28e4d641
// status:fixed
// autogenerated by syzkaller (https://github.com/google/syzkaller)
#define _GNU_SOURCE
#include <endian.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/syscall.h>
#include <sys/types.h>
#include <unistd.h>
uint64_t r[1] = {0xffffffffffffffff};
int main(void)
{
syscall(__NR_mmap, 0x20000000, 0x1000000, 3, 0x32, -1, 0);
long res = 0;
res = syscall(__NR_pipe, 0x20e2aff8);
if (res != -1)
r[0] = *(uint32_t*)0x20e2affc;
syscall(__NR_flock, r[0], 2);
return 0;
}