DragonFlyBSD Kernel Audit
DF-0664 / run.sh
← back to finding ↓ download raw
#!/bin/sh
# DF-0664 — re-confirm the cited file is dead code on this host.
set -e
cd "$(dirname "$0")"
echo "[DF-0664] grep conf/files for ng_device:"
grep -n "ng_device" ../../sys/conf/files || true
echo
echo "[DF-0664] active rewrite has no equivalent bug:"
grep -nA1 "uio->uio_resid == 0\|m_uiotombuf" ../../sys/netgraph7/ng_device.c || true
echo
echo "[DF-0664] verdict: NOT REPRODUCED (dead code). See VERDICT.md."