DragonFlyBSD Kernel Audit
DF-2349 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-2349: no kernel PoC build (HW-gated, no device on QEMU).
set -e
echo "No userspace PoC to build for DF-2349: the bug is in an absent-HW driver path."
echo "See VERDICT.md for the gate proof and VERDICT.md/fix.diff for the code fix."
exit 0