Skip to content

Instantly share code, notes, and snippets.

View kzall0c's full-sized avatar
๐Ÿ 
Working from home

Yunseong Kim kzall0c

๐Ÿ 
Working from home
View GitHub Profile
@kzall0c
kzall0c / qdisc-null-ptr-deref.c
Last active June 21, 2024 16:06
Yun Levi and I submit the Linux kernel patch for fixing the NULL pointer dereference that can occur in perf trace events when using the veth and Bluetooth device. It's twice as fun working on it together! ๐Ÿ’ช ๐Ÿ˜Ž ๐Ÿ˜Ž ๐Ÿ‘ kernel mailing list: https://lore.kernel.org/all/20240621114551.2061-3-yskelg@gmail.com/ bugzilla: https://bugzilla.redhat.com/show_buโ€ฆ
// 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>