DragonFlyBSD Kernel Audit
DF-1551 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# No live trigger on this guest (HW/module gated).
# Proof is source-level: see VERDICT.md and fix.diff.
echo "DF-1551: HW/module gated on this guest. See VERDICT.md for the"
echo "source-level confirmation at sys/dev/netif/sn/if_sn.c:983,989,1005-1006,1016,1021,1037-1038, and fix.diff for the validated fix."
exit 0