DragonFlyBSD Kernel Audit
DF-0676 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-0676 run: load the double-free harness -> double-free panic.
set -e
kldload ./ng_o2m_df.ko
echo "KLDLOAD_EXIT=$?"