DragonFlyBSD Kernel Audit
DF-1097 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-1097 build — no compilation needed; the bug is in the FireWire OHCI
# PCI driver and not reachable without FireWire hardware.  This is a
# documentation-only trigger (df1097.c is a comment-only stub).
echo "DF-1097 is a latent kernel-side bug; no userspace build is meaningful."
echo "See df1097.c and VERDICT.md for the source-level trace."