DF-0601 / build.sh
#!/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 |