DF-0608 / run.sh
#!/bin/sh # DF-0608 run: source-level verification of the sizeof(ips) typo. # Confirms (1) the typo exists at the cited line, (2) the twin typo in old netgraph, # (3) the struct is 8 bytes, (4) on x86_64 sizeof(ips)==sizeof(*ips)==8 -> no impact. set -e cd "$(dirname "$0")" SRC="${1:-/usr/src}" sh verify_typo.sh "$SRC" |