DragonFlyBSD Kernel Audit
DF-1252 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-1252 build: validate fix.diff compiles. No runtime trigger PoC (needs AMD GPU w/ COMBIOS).
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 radeon module build (see fix_build_radeon.log)."
echo "No runtime trigger PoC: requires AMD Radeon GPU with COMBIOS (absent from QEMU guest)."