DragonFlyBSD Kernel Audit
DF-0033 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-0033 build: the minimal race trigger + the full escalation chain.
set -e
cd "$(dirname "$0")"
cc -O2 -o fdtol_race fdtol_race.c
cc -O2 -o exploit    exploit.c
echo "built: fdtol_race exploit"