DragonFlyBSD Kernel Audit
DF-2202 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
#!/bin/sh
# DF-2202 run script — runs the userspace trigger stub that demonstrates the
# amdgpu df_v1_7 OOB indexing defect in isolation (no kernel memory touched;
# the live kernel path is HW-gated to Vega10/Vega12 dGPUs the guest lacks).
set -e
cd "$(dirname "$0")"
./df2202_trigger
echo "RUN_EXIT=$?"