DragonFlyBSD Kernel Audit
DF-0910 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-0910 build — compile the trigger PoC
set -e
cd "$(dirname "$0")"
cc -Wall -O2 -o prune_div0 prune_div0.c
echo "BUILD_OK prune_div0"