1 2 3 4 5 6 7
#!/bin/sh # DF-2447 build: compile the dm remove/resume UAF racer against libprop. set -e cd "$(dirname "$0")" cc -O2 -o dm_race_uaf dm_race_uaf.c -lprop echo "BUILD_OK: dm_race_uaf" ls -l dm_race_uaf