DragonFlyBSD Kernel Audit
DF-1137 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# Build the userspace harness for DF-1137.
# The bug is in radeon.ko / amdgpu.ko (not loaded on this guest -- no AMD GPU),
# so we build a userspace logic harness that demonstrates the primitive.
cc -O2 -Wall -o harness harness.c