DragonFlyBSD Kernel Audit
DF-0588 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# Build the DF-0588 tunwrite mbuf-chain-leak PoC.
# Vendored TUNSIFINFO/TUNMRU (guest has no <net/if_tun.h>).
set -e
cc -Wall -O2 -o tun_leak tun_leak.c
echo "built: ./tun_leak"