DragonFlyBSD Kernel Audit
DF-2768 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-2768 PoC build (inside the guest; run is unprivileged)
set -e
cc -O2 -Wall -o /tmp/ptmx_limit_offbyone ptmx_limit_offbyone.c
cc -O2 -Wall -o /tmp/probe_oob_unit probe_oob_unit.c
cc -O2 -Wall -o /tmp/cycle_oob_unit cycle_oob_unit.c
echo "BUILD OK"