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