#!/bin/sh
# DF-0034 run — unprivileged. Runs the sharp variant (prints varying residue).
# Exit 0 = LEAK CONFIRMED (bug present); exit 2 = no residue (fixed kernel).
# Run as the unprivileged user (maxx) on the DragonFlyBSD guest.
cd "$(dirname "$0")"
echo "+ ./leak_sharp"
./leak_sharp
echo "+ ./leak_stpad"
./leak_stpad
