DragonFlyBSD Kernel Audit
DF-0672 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-0672 build: userspace structural demonstration of the uninit sin.
set -e
cd "$(dirname "$0")"
cc -O -pipe -Wall -o df0672_uninit_sin df0672_uninit_sin.c
echo "BUILD_OK df0672_uninit_sin"