#!/bin/sh
# Race-test the shipped ng_lmi (milder non-sync callout_stop variant).
# The ng7_lmi UAF (the actual DF-0565 target) cannot be tested because
# the netgraph7 base module is not shipped on this guest.
set -e
kldload netgraph.ko 2>/dev/null || true
kldload ng_socket.ko 2>/dev/null || true
kldload ng_lmi.ko   2>/dev/null || true
./df0565 500
echo "--- dmesg tail ---"
dmesg | tail -5
