DragonFlyBSD Kernel Audit
DF-1328 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
#!/bin/sh
# DF-1328 — build the mpr_user_event_report info-leak PoC.
set -e
cd "$(dirname "$0")"
echo "+ cc -o poc poc.c -Wall"
cc -o poc poc.c -Wall
echo "BUILD_EXIT=$?"
ls -l poc