#!/bin/sh
# DF-2867 -- build the ktrace uninitialized-stack leak PoC on the guest.
set -e
cd /tmp
cc -O2 -Wall -o ktrleak ktrleak.c
