blob: f5a66d9d4ef5de8a5e63f184aa542a50031cfd4c [file] [log] [blame]
// KASAN: null-ptr-deref Write in rxrpc_unuse_local
// https://syzkaller.appspot.com/bug?id=4f5b31dab4100e81b059c9975ab2d19eae51746d
// 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>
int main(void)
{
syscall(__NR_mmap, 0x20000000, 0x1000000, 3, 0x32, -1, 0);
syscall(__NR_socket, 0x2000000000000021, 2, 2);
return 0;
}