DragonFlyBSD Kernel Audit
DF-0601 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-0601 — build.sh
# No PoC binary can be built: the vulnerable file (sys/netgraph7/ng_source.c)
# is dead, orphaned, non-compiling code. See VERDICT.md.
echo "DF-0601: no PoC to build — the vulnerable code is dead/orphaned/non-compiling."
echo "See VERDICT.md for the exhaustive dead-code proof."
exit 0