DragonFlyBSD Kernel Audit
DF-2839 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-2839 PoC build (on the DragonFly guest, any user)
set -e
cc -O -o /tmp/lpdeadlock3 /tmp/lpdeadlock3.c -lpthread
echo BUILD_OK