DragonFlyBSD Kernel Audit
DF-0662 / run.sh
← back to finding ↓ download raw
1
2
3
4
#!/bin/sh
# DF-0662: not runnable (ng_device is unshipped/unbuildable on the default kernel).
echo "DF-0662: bug confirmed by source trace; code is dead (not in netgraph SUBDIR; uses removed cdevsw)."
cd "$(dirname "$0")/../.." 2>/dev/null && git apply --check findings/poc/DF-0662/fix.diff && echo "fix.diff: APPLIES CLEANLY" || echo "(run from repo root to check apply)"