1 2 3 4 5 6
#!/bin/sh # DF-0670 build: ipfw3 short-buffer setsockopt -> heap OOB read set -e cd "$(dirname "$0")" cc -O -pipe -Wall -o df0670_ipfw3_oob df0670_ipfw3_oob.c echo "BUILD_OK df0670_ipfw3_oob"