DragonFlyBSD Kernel Audit
DF-1249 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-1249 build: validate fix.diff compiles. No runtime trigger PoC (needs PNIC NIC).
set -e
cd "$(dirname "$0")"
echo "git apply --check fix.diff  =>  $(git apply --check fix.diff 2>&1 && echo OK)"
echo "Fix was compile-validated against the if_dc module build (see fix_build.log)."
echo "No runtime trigger PoC: requires PNIC 82c168/82c169 NIC (guest uses vtnet0)."