DragonFlyBSD Kernel Audit
DF-0900 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# Run DF-0900 harness (userspace replication of krpc_subr.c:415-428 arithmetic)
set -e
cd "$(dirname "$0")"
./overflow_demo
echo "RUN_EXIT=$?"