DragonFlyBSD Kernel Audit
DF-2867 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-2867 -- build the ktrace uninitialized-stack leak PoC on the guest.
set -e
cd /tmp
cc -O2 -Wall -o ktrleak ktrleak.c