DragonFlyBSD Kernel Audit
DF-0471 / build.sh
← back to finding ↓ download raw
1
2
3
4
#!/bin/sh
# DF-0471 build: compile the size_t-underflow trigger.
cd "$(dirname "$0")"
cc -Wall -o uflow uflow.c