DragonFlyBSD Kernel Audit
DF-2552 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
#!/bin/sh
# DF-2552 run script — runs the arithmetic-proof PoC (non-destructive).
set -e
cd "$(dirname "$0")"

echo "=== Running arithmetic proof ==="
./arith_proof
echo "RUN_EXIT=$?"