#!/bin/sh
# DF-0137 run — unprivileged refcount/UAF race via fork + varsym churn.
# Panics the default GENERIC kernel (KKASSERT in varsymdrop); the guest
# ends in DDB. Run as an unprivileged user.
set -e
cd "$(dirname "$0")"
./race
