DragonFlyBSD Kernel Audit
DF-0712 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-0712 run — deterministic harness proving the 3-byte heap OOB write.
cd "$(dirname "$0")"
./harness
echo "RUN_EXIT=$?"