DragonFlyBSD Kernel Audit
DF-2932 / build.sh
← back to finding ↓ download raw
1
2
3
4
#!/bin/sh
# Build DF-2931 PoC on the guest (as invoked inside the VM)
set -e
cc -O2 -o /tmp/uuidleak /tmp/uuidleak.c