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