DragonFlyBSD Kernel Audit
DF-0724 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
# build.sh - DF-0724 PoC build
#!/bin/sh
set -e
cd "$(dirname "$0")"
echo "Building rfcomm_race_test..."
cc -o rfcomm_race_test rfcomm_race_test.c
echo "BUILD_EXIT=$?"
ls -l rfcomm_race_test