DragonFlyBSD Kernel Audit
DF-1397 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-1397 build: harness (userspace) + note live repro needs root (live_repro.sh)
set -e
cc -O2 -o vinum_overflow vinum_overflow.c
echo "built vinum_overflow (harness). Live repro: sh live_repro.sh (root)"