DragonFlyBSD Kernel Audit
DF-2952 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-2952 PoC build (on the guest, as root)
set -e
mkdir -p /tmp/df2952
cc -O0 -o /tmp/df2952/victim /tmp/df2952/victim.c
file /tmp/df2952/victim