DF-0662 / run.sh
#!/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)" |