DF-0802 / run.sh
#!/bin/sh # DF-0802 — run the BOOTP/DHCP malformed-option panic harness. # Each of the 6 variants feeds a crafted BOOTP reply with one malformed # DHCP option to the verbatim kernel parser; the harness reports whether # that option would panic the kernel. cd "$(dirname "$0")" exec ./bootp_panic_harness |