DragonFlyBSD Kernel Audit
DF-1537 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# HW-gated driver bug — no userspace PoC compiles. Validation is a
# kernel rebuild of the patched source; see fix.diff and VERDICT.md.
echo "DF-1537: HW/module gated — see VERDICT.md. Validate the fix with:"
echo "  cd /usr/src && patch -p1 --forward < DF-1537.diff"
echo "  make -j6 nativekernel KERNCONF=X86_64_GENERIC   # rc=0 expected"
exit 0