DragonFlyBSD Kernel Audit
DF-0611 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
#!/bin/sh
# DF-0611 build — userspace harness for the missing-validation logic.
# Compiles on the DragonFly guest with the system cc.
set -e
cd "$(dirname "$0")"
cc -O2 -Wall -Wextra -o df0611_harness df0611_harness.c
echo "BUILD_EXIT=$?"
ls -l df0611_harness